C# Class Tpm2Lib.Tpm2CertifyCreationRequest

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Copy() public method

public Copy ( ) : Tpm2CertifyCreationRequest
return Tpm2CertifyCreationRequest

Tpm2CertifyCreationRequest() public method

public Tpm2CertifyCreationRequest ( ) : System
return System

Tpm2CertifyCreationRequest() public method

public Tpm2CertifyCreationRequest ( Tpm2CertifyCreationRequest the_Tpm2CertifyCreationRequest ) : System
the_Tpm2CertifyCreationRequest Tpm2CertifyCreationRequest
return System

Tpm2CertifyCreationRequest() public method

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()
return System