C# 클래스 Tpm2Lib.Tpm2CertifyCreationRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2CertifyCreationRequest
Tpm2CertifyCreationRequest ( ) : System
Tpm2CertifyCreationRequest ( Tpm2CertifyCreationRequest the_Tpm2CertifyCreationRequest ) : System
Tpm2CertifyCreationRequest ( TpmHandle the_signHandle, TpmHandle the_objectHandle, byte the_qualifyingData, byte the_creationHash, ISigSchemeUnion the_inScheme, TkCreation the_creationTicket ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2CertifyCreationRequest
리턴 Tpm2CertifyCreationRequest

Tpm2CertifyCreationRequest() 공개 메소드

public Tpm2CertifyCreationRequest ( ) : System
리턴 System

Tpm2CertifyCreationRequest() 공개 메소드

public Tpm2CertifyCreationRequest ( Tpm2CertifyCreationRequest the_Tpm2CertifyCreationRequest ) : System
the_Tpm2CertifyCreationRequest Tpm2CertifyCreationRequest
리턴 System

Tpm2CertifyCreationRequest() 공개 메소드

public Tpm2CertifyCreationRequest ( TpmHandle the_signHandle, TpmHandle the_objectHandle, byte the_qualifyingData, byte the_creationHash, ISigSchemeUnion the_inScheme, TkCreation the_creationTicket ) : System
the_signHandle TpmHandle handle of the key that will sign the attestation block Auth Index: 1 Auth Role: USER
the_objectHandle TpmHandle the object associated with the creation data Auth Index: None
the_qualifyingData byte user-provided qualifying data
the_creationHash byte hash of the creation data produced by TPM2_Create() or TPM2_CreatePrimary()
the_inScheme ISigSchemeUnion signing scheme to use if the scheme for signHandle is TPM_ALG_NULL(One of SigSchemeRsassa, SigSchemeRsapss, SigSchemeEcdsa, SigSchemeEcdaa, SigSchemeSm2, SigSchemeEcschnorr, SchemeHmac, SchemeHash, NullSigScheme)
the_creationTicket TkCreation ticket produced by TPM2_Create() or TPM2_CreatePrimary()
리턴 System