C# 클래스 Goedel.Cryptography.CryptoProviderAsymmetric

Base class for all public key cryptographic providers.
상속: CryptoProvider
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

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

메소드 상세

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

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

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

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.
리턴 void