C# 클래스 IronPigeon.SymmetricEncryptionVariables

Captures the key and IV used for a symmetric encryption.
파일 보기 프로젝트 열기: AArnott/IronPigeon 1 사용 예제들

공개 메소드들

메소드 설명
SymmetricEncryptionVariables ( byte key, byte iv ) : System

Initializes a new instance of the SymmetricEncryptionVariables class.

메소드 상세

SymmetricEncryptionVariables() 공개 메소드

Initializes a new instance of the SymmetricEncryptionVariables class.
public SymmetricEncryptionVariables ( byte key, byte iv ) : System
key byte The randomly generated symmetric key used to encrypt the data.
iv byte The initialization vector used to encrypt the data.
리턴 System