C# 클래스 Goedel.Cryptography.CryptoData

Container for data generated by a cryptographic operation
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
CryptoData ( CryptoAlgorithmID Identifier, string OID, byte Value ) : System

Create and populate a result for a digest or MAC algorithm.

CryptoData ( CryptoAlgorithmID Identifier, string OID, byte Value, byte Data ) : System

Create and populate a result for an encryption with authentication algorithm.

CryptoData ( CryptoAlgorithmID Identifier, string OID, byte Integrity, byte Data, byte Key, byte IV ) : System

Create and populate a result for an encryption with authentication algorithm.

메소드 상세

CryptoData() 공개 메소드

Create and populate a result for a digest or MAC algorithm.
public CryptoData ( CryptoAlgorithmID Identifier, string OID, byte Value ) : System
Identifier CryptoAlgorithmID
OID string
Value byte
리턴 System

CryptoData() 공개 메소드

Create and populate a result for an encryption with authentication algorithm.
public CryptoData ( CryptoAlgorithmID Identifier, string OID, byte Value, byte Data ) : System
Identifier CryptoAlgorithmID
OID string
Value byte
Data byte
리턴 System

CryptoData() 공개 메소드

Create and populate a result for an encryption with authentication algorithm.
public CryptoData ( CryptoAlgorithmID Identifier, string OID, byte Integrity, byte Data, byte Key, byte IV ) : System
Identifier CryptoAlgorithmID
OID string
Integrity byte
Data byte
Key byte Key data
IV byte Initialization Vector
리턴 System