C# 클래스 Goedel.Cryptography.KeyPair

파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ContainerName() 공개 정적인 메소드

Generate a key container name from a UDF fingerprint.
public static ContainerName ( string UDF ) : string
UDF string UDF fingerprint value.
리턴 string

FindLocal() 공개 정적인 메소드

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

GetKeyPair() 공개 정적인 메소드

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

GetPrivate() 공개 추상적인 메소드

Search for the local key with the specified UDF fingerprint.
public abstract GetPrivate ( ) : void
리턴 void

GetUDFBytes() 공개 메소드

Returns the UDF fingerprint of the current key as a byte array.
public GetUDFBytes ( ) : byte[]
리턴 byte[]