C# Класс Tpm2Lib.Tpm2NvCertifyRequest

Наследование: TpmStructureBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Copy() публичный Метод

public Copy ( ) : Tpm2NvCertifyRequest
Результат Tpm2NvCertifyRequest

Tpm2NvCertifyRequest() публичный Метод

public Tpm2NvCertifyRequest ( ) : System
Результат System

Tpm2NvCertifyRequest() публичный Метод

public Tpm2NvCertifyRequest ( Tpm2NvCertifyRequest the_Tpm2NvCertifyRequest ) : System
the_Tpm2NvCertifyRequest Tpm2NvCertifyRequest
Результат System

Tpm2NvCertifyRequest() публичный Метод

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.
Результат System