C# 클래스 Tpm2Lib.Tpm2EncryptDecryptRequest

상속: TpmStructureBase
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2EncryptDecryptRequest
Tpm2EncryptDecryptRequest ( ) : System
Tpm2EncryptDecryptRequest ( Tpm2EncryptDecryptRequest the_Tpm2EncryptDecryptRequest ) : System
Tpm2EncryptDecryptRequest ( TpmHandle the_keyHandle, byte the_decrypt, TpmAlgId the_mode, byte the_ivIn, byte the_inData ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2EncryptDecryptRequest
리턴 Tpm2EncryptDecryptRequest

Tpm2EncryptDecryptRequest() 공개 메소드

public Tpm2EncryptDecryptRequest ( ) : System
리턴 System

Tpm2EncryptDecryptRequest() 공개 메소드

public Tpm2EncryptDecryptRequest ( Tpm2EncryptDecryptRequest the_Tpm2EncryptDecryptRequest ) : System
the_Tpm2EncryptDecryptRequest Tpm2EncryptDecryptRequest
리턴 System

Tpm2EncryptDecryptRequest() 공개 메소드

public Tpm2EncryptDecryptRequest ( TpmHandle the_keyHandle, byte the_decrypt, TpmAlgId the_mode, byte the_ivIn, byte the_inData ) : System
the_keyHandle TpmHandle the symmetric key used for the operation Auth Index: 1 Auth Role: USER
the_decrypt byte if YES, then the operation is decryption; if NO, the operation is encryption
the_mode TpmAlgId symmetric mode this field shall match the default mode of the key or be TPM_ALG_NULL.
the_ivIn byte an initial value as required by the algorithm
the_inData byte the data to be encrypted/decrypted
리턴 System