Method | Description | |
---|---|---|
DeleteKey ( string key ) : bool |
Validates that key is not whitespace or null.
|
|
GetValue ( string key, string defaultValue = null ) : string |
Validates the key
|
|
HasKey ( string key ) : bool |
Validates that key is not whitespace or null.
|
|
SecureStorageImplementationBase ( ) : System |
Default constructor
|
|
SetValue ( string key, string value ) : bool |
Validates that key is not whitespace or null. And value is not null
|
public GetValue ( string key, string defaultValue = null ) : string | ||
key | string | Key. |
defaultValue | string | Default value. |
return | string |
public SecureStorageImplementationBase ( ) : System | ||
return | System |
public SetValue ( string key, string value ) : bool | ||
key | string | |
value | string | |
return | bool |