C# Class Goedel.Cryptography.CryptoProviderAsymmetric

Base class for all public key cryptographic providers.
Inheritance: CryptoProvider
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
FindLocal ( string UDF ) : bool

Locate the privatge key in the local key store.

Generate ( KeySecurity KeySecurity ) : void

Generates a new signing key pair with the default key size.

Method Details

FindLocal() public abstract méthode

Locate the privatge key in the local key store.
public abstract FindLocal ( string UDF ) : bool
UDF string Fingerprint of key to locate.
Résultat bool

Generate() public abstract méthode

Generates a new signing key pair with the default key size.
public abstract Generate ( KeySecurity KeySecurity ) : void
KeySecurity KeySecurity Specifies the protection level for the key.
Résultat void