C# Class Tpm2Lib.Tpm2GetTimeRequest

Inheritance: TpmStructureBase
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2GetTimeRequest
Tpm2GetTimeRequest ( ) : System
Tpm2GetTimeRequest ( Tpm2GetTimeRequest the_Tpm2GetTimeRequest ) : System
Tpm2GetTimeRequest ( TpmHandle the_privacyAdminHandle, TpmHandle the_signHandle, byte the_qualifyingData, ISigSchemeUnion the_inScheme ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2GetTimeRequest
return Tpm2GetTimeRequest

Tpm2GetTimeRequest() public method

public Tpm2GetTimeRequest ( ) : System
return System

Tpm2GetTimeRequest() public method

public Tpm2GetTimeRequest ( Tpm2GetTimeRequest the_Tpm2GetTimeRequest ) : System
the_Tpm2GetTimeRequest Tpm2GetTimeRequest
return System

Tpm2GetTimeRequest() public method

public Tpm2GetTimeRequest ( TpmHandle the_privacyAdminHandle, TpmHandle the_signHandle, byte the_qualifyingData, ISigSchemeUnion the_inScheme ) : System
the_privacyAdminHandle TpmHandle handle of the privacy administrator (TPM_RH_ENDORSEMENT) Auth Index: 1 Auth Role: USER
the_signHandle TpmHandle the keyHandle identifier of a loaded key that can perform digital signatures Auth Index: 2 Auth Role: USER
the_qualifyingData byte data to tick stamp
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)
return System