C# Класс Unity.Platform.Windows.WindowsSecurity

Наследование: Unity.Core.Security.AbstractSecurity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetStoredKeyValuePair() публичный Метод

public GetStoredKeyValuePair ( KeyPair KeyName ) : void
KeyName Unity.Core.Security.KeyPair
Результат void

GetStoredKeyValuePairs() публичный Метод

public GetStoredKeyValuePairs ( KeyPair KeyNames ) : void
KeyNames Unity.Core.Security.KeyPair
Результат void

IsDeviceModified() публичный Метод

public IsDeviceModified ( ) : bool
Результат bool

RemoveStoredKeyValuePair() публичный Метод

public RemoveStoredKeyValuePair ( string KeyName ) : void
KeyName string
Результат void

RemoveStoredKeyValuePairs() публичный Метод

public RemoveStoredKeyValuePairs ( string KeyNames ) : void
KeyNames string
Результат void

StartLocalAuthenticationWithTouchID() публичный Метод

public StartLocalAuthenticationWithTouchID ( string reason ) : void
reason string
Результат void

StoreKeyValuePair() публичный Метод

public StoreKeyValuePair ( KeyPair keypair ) : void
keypair Unity.Core.Security.KeyPair
Результат void

StoreKeyValuePairs() публичный Метод

public StoreKeyValuePairs ( KeyPair keypairs ) : void
keypairs Unity.Core.Security.KeyPair
Результат void

WindowsSecurity() публичный Метод

public WindowsSecurity ( ) : System
Результат System