C# 클래스 Tpm2Lib.Tpm2CertifyCreationResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2CertifyCreationResponse
Tpm2CertifyCreationResponse ( ) : System
Tpm2CertifyCreationResponse ( Tpm2CertifyCreationResponse the_Tpm2CertifyCreationResponse ) : System
Tpm2CertifyCreationResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2CertifyCreationResponse
리턴 Tpm2CertifyCreationResponse

Tpm2CertifyCreationResponse() 공개 메소드

public Tpm2CertifyCreationResponse ( ) : System
리턴 System

Tpm2CertifyCreationResponse() 공개 메소드

public Tpm2CertifyCreationResponse ( Tpm2CertifyCreationResponse the_Tpm2CertifyCreationResponse ) : System
the_Tpm2CertifyCreationResponse Tpm2CertifyCreationResponse
리턴 System

Tpm2CertifyCreationResponse() 공개 메소드

public Tpm2CertifyCreationResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System
the_certifyInfo byte the structure that was signed
the_signature ISignatureUnion the signature over certifyInfo(One of SignatureRsassa, SignatureRsapss, SignatureEcdsa, SignatureEcdaa, SignatureSm2, SignatureEcschnorr, TpmHash, SchemeHash, NullSignature)
리턴 System