C# Класс Tpm2Lib.Tpm2CertifyCreationRequest

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

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