C# Class Unity.Platform.Windows.WindowsSecurity

Inheritance: Unity.Core.Security.AbstractSecurity
Afficher le fichier Open project: Appverse/appverse-mobile Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetStoredKeyValuePair ( KeyPair KeyName ) : void
KeyName Unity.Core.Security.KeyPair
Résultat void

GetStoredKeyValuePairs() public méthode

public GetStoredKeyValuePairs ( KeyPair KeyNames ) : void
KeyNames Unity.Core.Security.KeyPair
Résultat void

IsDeviceModified() public méthode

public IsDeviceModified ( ) : bool
Résultat bool

RemoveStoredKeyValuePair() public méthode

public RemoveStoredKeyValuePair ( string KeyName ) : void
KeyName string
Résultat void

RemoveStoredKeyValuePairs() public méthode

public RemoveStoredKeyValuePairs ( string KeyNames ) : void
KeyNames string
Résultat void

StartLocalAuthenticationWithTouchID() public méthode

public StartLocalAuthenticationWithTouchID ( string reason ) : void
reason string
Résultat void

StoreKeyValuePair() public méthode

public StoreKeyValuePair ( KeyPair keypair ) : void
keypair Unity.Core.Security.KeyPair
Résultat void

StoreKeyValuePairs() public méthode

public StoreKeyValuePairs ( KeyPair keypairs ) : void
keypairs Unity.Core.Security.KeyPair
Résultat void

WindowsSecurity() public méthode

public WindowsSecurity ( ) : System
Résultat System