Method | Description | |
---|---|---|
Delete ( string key ) : void |
Deletes data.
|
|
Retrieve ( string key ) : byte[] |
Retrieves stored data.
|
|
Store ( string key, byte dataBytes ) : void |
Stores data.
|
Method | Description | |
---|---|---|
CheckError ( SecStatusCode resultCode, [ caller = null ) : void | ||
GetKeyRecord ( string key, NSData data = null ) : SecRecord |
public Delete ( string key ) : void | ||
key | string | Key for the data to be deleted. |
return | void |
public Retrieve ( string key ) : byte[] | ||
key | string | Key for the data. |
return | byte[] |
public Store ( string key, byte dataBytes ) : void | ||
key | string | Key for the data. |
dataBytes | byte | Data bytes to store. |
return | void |