C# Class Unity.Platform.Windows.WindowsSecurity

Inheritance: Unity.Core.Security.AbstractSecurity
Exibir arquivo Open project: Appverse/appverse-mobile Class Usage Examples

Public Methods

Method Description
GetStoredKeyValuePair ( KeyPair KeyName ) : void
GetStoredKeyValuePairs ( KeyPair KeyNames ) : void
IsDeviceModified ( ) : bool
RemoveStoredKeyValuePair ( string KeyName ) : void
RemoveStoredKeyValuePairs ( string KeyNames ) : void
StartLocalAuthenticationWithTouchID ( string reason ) : void
StoreKeyValuePair ( KeyPair keypair ) : void
StoreKeyValuePairs ( KeyPair keypairs ) : void
WindowsSecurity ( ) : System

Method Details

GetStoredKeyValuePair() public method

public GetStoredKeyValuePair ( KeyPair KeyName ) : void
KeyName Unity.Core.Security.KeyPair
return void

GetStoredKeyValuePairs() public method

public GetStoredKeyValuePairs ( KeyPair KeyNames ) : void
KeyNames Unity.Core.Security.KeyPair
return void

IsDeviceModified() public method

public IsDeviceModified ( ) : bool
return bool

RemoveStoredKeyValuePair() public method

public RemoveStoredKeyValuePair ( string KeyName ) : void
KeyName string
return void

RemoveStoredKeyValuePairs() public method

public RemoveStoredKeyValuePairs ( string KeyNames ) : void
KeyNames string
return void

StartLocalAuthenticationWithTouchID() public method

public StartLocalAuthenticationWithTouchID ( string reason ) : void
reason string
return void

StoreKeyValuePair() public method

public StoreKeyValuePair ( KeyPair keypair ) : void
keypair Unity.Core.Security.KeyPair
return void

StoreKeyValuePairs() public method

public StoreKeyValuePairs ( KeyPair keypairs ) : void
keypairs Unity.Core.Security.KeyPair
return void

WindowsSecurity() public method

public WindowsSecurity ( ) : System
return System