Property | Type | Description | |
---|---|---|---|
CanEvaluatePolicy | bool | ||
CheckPath | bool | ||
CheckPathAccess | bool | ||
Decrypt | string | ||
Encrypt | string | ||
EvaluatePolicy | void | ||
HandleLAContextReplyHandler | void | ||
SecRecordToKeyPair |
Method | Description | |
---|---|---|
GetConfigFileBinaryData ( ) : byte[] |
Method overrided, to use NSData to get stream from file resource inside application.
|
|
GetStoredKeyValuePair ( |
||
GetStoredKeyValuePairs ( |
||
IPhoneSecurity ( ) : System | ||
IsDeviceModified ( ) : bool |
Checks if the device has been modified
|
|
RemoveStoredKeyValuePair ( string keyname ) : void | ||
RemoveStoredKeyValuePairs ( string keynames ) : void | ||
StartLocalAuthenticationWithTouchID ( string reason ) : void |
Starts local authentication operation displaying Touch ID screen.
|
|
StoreKeyValuePair ( |
||
StoreKeyValuePairs ( |
Method | Description | |
---|---|---|
CanEvaluatePolicy ( ) : bool | ||
CheckPath ( string sPath ) : bool |
Checks the existence of the specified paths.
|
|
CheckPathAccess ( string sPath ) : bool |
Checks if we have full access over a directory
|
|
Decrypt ( string encryptedText ) : string | ||
Encrypt ( string plainText ) : string | ||
EvaluatePolicy ( string reason ) : void | ||
HandleLAContextReplyHandler ( bool success, NSError error ) : void | ||
SecRecordToKeyPair ( SecRecord entry ) : |
public GetStoredKeyValuePair ( |
||
keyname | ||
return | void |
public GetStoredKeyValuePairs ( |
||
keynames | ||
return | void |
public RemoveStoredKeyValuePair ( string keyname ) : void | ||
keyname | string | |
return | void |
public RemoveStoredKeyValuePairs ( string keynames ) : void | ||
keynames | string | |
return | void |
public StartLocalAuthenticationWithTouchID ( string reason ) : void | ||
reason | string | A reason to explain why authentication is needed. This helps to build trust with the user. |
return | void |
public StoreKeyValuePair ( |
||
keypair | ||
return | void |
public StoreKeyValuePairs ( |
||
keypairs | ||
return | void |