See: Description
Interface | Description |
---|---|
ICredentialStorage |
An interface for objects wishing to store credentials.
|
IKeyValueStorage |
Interface for objects wishing to perform key-value storage.
|
Class | Description |
---|---|
Credentials |
A class used to represent a username and password pairing.
|
CredentialStore |
A class for storing credentials.
|
IsolatedKeyValueStore |
A Key-Value structure for holding Strings, backed by "isolated" storage.
|