C# Class Goedel.Cryptography.CryptoProviderAsymmetric

Base class for all public key cryptographic providers.
Inheritance: CryptoProvider
Show file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method 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 method

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

Generate() public abstract method

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.
return void