C# 클래스 Tpm2Lib.Tpm2CertifyResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2CertifyResponse
Tpm2CertifyResponse ( ) : System
Tpm2CertifyResponse ( Tpm2CertifyResponse the_Tpm2CertifyResponse ) : System
Tpm2CertifyResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2CertifyResponse
리턴 Tpm2CertifyResponse

Tpm2CertifyResponse() 공개 메소드

public Tpm2CertifyResponse ( ) : System
리턴 System

Tpm2CertifyResponse() 공개 메소드

public Tpm2CertifyResponse ( Tpm2CertifyResponse the_Tpm2CertifyResponse ) : System
the_Tpm2CertifyResponse Tpm2CertifyResponse
리턴 System

Tpm2CertifyResponse() 공개 메소드

public Tpm2CertifyResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System
the_certifyInfo byte the structure that was signed
the_signature ISignatureUnion the asymmetric signature over certifyInfo using the key referenced by signHandle(One of SignatureRsassa, SignatureRsapss, SignatureEcdsa, SignatureEcdaa, SignatureSm2, SignatureEcschnorr, TpmHash, SchemeHash, NullSignature)
리턴 System