C# 클래스 Goedel.Cryptography.CryptoAlgorithm

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

공개 메소드들

메소드 설명
CryptoAlgorithm ( CryptoAlgorithmID CryptoAlgorithmID, string Name, int KeySize, string JSON_kty, string JSON_use, string JSON_alg, string XML, CryptoAlgorithmClass AlgorithmClass, GetCryptoProvider GetCryptoProvider ) : System

Create an instance with the specified property values.

CryptoAlgorithm ( CryptoProvider CryptoProvider ) : System

Create an instance from the public properties of the specified CryptoProvider.

메소드 상세

CryptoAlgorithm() 공개 메소드

Create an instance with the specified property values.
public CryptoAlgorithm ( CryptoAlgorithmID CryptoAlgorithmID, string Name, int KeySize, string JSON_kty, string JSON_use, string JSON_alg, string XML, CryptoAlgorithmClass AlgorithmClass, GetCryptoProvider GetCryptoProvider ) : System
CryptoAlgorithmID CryptoAlgorithmID CryptoAlgorithmID Identifier.
Name string .NET Framework name.
KeySize int Default algorithm key size.
JSON_kty string JSON Key type.
JSON_use string JSON Key Use.
JSON_alg string JSON Algorithm Identifier.
XML string XML algorithm identifier.
AlgorithmClass CryptoAlgorithmClass Algorithm type.
GetCryptoProvider GetCryptoProvider Delegate returning the default crypto provider.
리턴 System

CryptoAlgorithm() 공개 메소드

Create an instance from the public properties of the specified CryptoProvider.
public CryptoAlgorithm ( CryptoProvider CryptoProvider ) : System
CryptoProvider CryptoProvider Template from which to take the properties.
리턴 System