C# Class Tpm2Lib.Tpm2NvCertifyRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2NvCertifyRequest
Tpm2NvCertifyRequest ( ) : System
Tpm2NvCertifyRequest ( Tpm2NvCertifyRequest the_Tpm2NvCertifyRequest ) : System
Tpm2NvCertifyRequest ( TpmHandle the_signHandle, TpmHandle the_authHandle, TpmHandle the_nvIndex, byte the_qualifyingData, ISigSchemeUnion the_inScheme, ushort the_size, ushort the_offset ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2NvCertifyRequest
return Tpm2NvCertifyRequest

Tpm2NvCertifyRequest() public method

public Tpm2NvCertifyRequest ( ) : System
return System

Tpm2NvCertifyRequest() public method

public Tpm2NvCertifyRequest ( Tpm2NvCertifyRequest the_Tpm2NvCertifyRequest ) : System
the_Tpm2NvCertifyRequest Tpm2NvCertifyRequest
return System

Tpm2NvCertifyRequest() public method

public Tpm2NvCertifyRequest ( TpmHandle the_signHandle, TpmHandle the_authHandle, TpmHandle the_nvIndex, byte the_qualifyingData, ISigSchemeUnion the_inScheme, ushort the_size, ushort the_offset ) : System
the_signHandle TpmHandle handle of the key used to sign the attestation structure Auth Index: 1 Auth Role: USER
the_authHandle TpmHandle handle indicating the source of the authorization value for the NV Index Auth Index: 2 Auth Role: USER
the_nvIndex TpmHandle Index for the area to be certified Auth Index: None
the_qualifyingData byte user-provided qualifying data
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_size ushort number of octets to certify
the_offset ushort octet offset into the area This value shall be less than or equal to the size of the nvIndex data.
return System