C# Class Mono.Security.Cryptography.KeyPairPersistence

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
CanSecure bool
Copy System.Security.Cryptography.CspParameters
FromXml void
IsMachineProtected bool
IsUserProtected bool
ProtectMachine bool
ProtectUser bool
ToXml string
_CanSecure bool
_IsMachineProtected bool
_IsUserProtected bool
_ProtectMachine bool
_ProtectUser bool

Méthodes publiques

Méthode Description
KeyPairPersistence ( CspParameters parameters ) : System
KeyPairPersistence ( CspParameters parameters, string keyPair ) : System
Load ( ) : bool
Remove ( ) : void
Save ( ) : void

Private Methods

Méthode Description
CanSecure ( string path ) : bool
Copy ( CspParameters p ) : CspParameters
FromXml ( string xml ) : void
IsMachineProtected ( string path ) : bool
IsUserProtected ( string path ) : bool
ProtectMachine ( string path ) : bool
ProtectUser ( string path ) : bool
ToXml ( ) : string
_CanSecure ( string root ) : bool
_IsMachineProtected ( string path ) : bool
_IsUserProtected ( string path ) : bool
_ProtectMachine ( string path ) : bool
_ProtectUser ( string path ) : bool

Method Details

KeyPairPersistence() public méthode

public KeyPairPersistence ( CspParameters parameters ) : System
parameters System.Security.Cryptography.CspParameters
Résultat System

KeyPairPersistence() public méthode

public KeyPairPersistence ( CspParameters parameters, string keyPair ) : System
parameters System.Security.Cryptography.CspParameters
keyPair string
Résultat System

Load() public méthode

public Load ( ) : bool
Résultat bool

Remove() public méthode

public Remove ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void