C# Class Goedel.Cryptography.KeyPair

Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ContainerName ( string UDF ) : string

Generate a key container name from a UDF fingerprint.

FindLocal ( string UDF ) : KeyPair

Search all the local machine stores to find a key pair with the specified fingerprint

GetKeyPair ( AsymmetricAlgorithm AsymmetricAlgorithm ) : KeyPair

Get the key associated with a system asymmetric provider.

GetPrivate ( ) : void

Search for the local key with the specified UDF fingerprint.

GetUDFBytes ( ) : byte[]

Returns the UDF fingerprint of the current key as a byte array.

Method Details

ContainerName() public static méthode

Generate a key container name from a UDF fingerprint.
public static ContainerName ( string UDF ) : string
UDF string UDF fingerprint value.
Résultat string

FindLocal() public static méthode

Search all the local machine stores to find a key pair with the specified fingerprint
public static FindLocal ( string UDF ) : KeyPair
UDF string
Résultat KeyPair

GetKeyPair() public static méthode

Get the key associated with a system asymmetric provider.
public static GetKeyPair ( AsymmetricAlgorithm AsymmetricAlgorithm ) : KeyPair
AsymmetricAlgorithm System.Security.Cryptography.AsymmetricAlgorithm Asymmetric provider.
Résultat KeyPair

GetPrivate() public abstract méthode

Search for the local key with the specified UDF fingerprint.
public abstract GetPrivate ( ) : void
Résultat void

GetUDFBytes() public méthode

Returns the UDF fingerprint of the current key as a byte array.
public GetUDFBytes ( ) : byte[]
Résultat byte[]