C# Класс Tpm2Lib.Tpm2GetCommandAuditDigestResponse

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2GetCommandAuditDigestResponse
Tpm2GetCommandAuditDigestResponse ( ) : System
Tpm2GetCommandAuditDigestResponse ( Tpm2GetCommandAuditDigestResponse the_Tpm2GetCommandAuditDigestResponse ) : System
Tpm2GetCommandAuditDigestResponse ( byte the_auditInfo, ISignatureUnion the_signature ) : System

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

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

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

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

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

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

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

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

public Tpm2GetCommandAuditDigestResponse ( byte the_auditInfo, ISignatureUnion the_signature ) : System
the_auditInfo byte the auditInfo that was signed
the_signature ISignatureUnion the signature over auditInfo(One of SignatureRsassa, SignatureRsapss, SignatureEcdsa, SignatureEcdaa, SignatureSm2, SignatureEcschnorr, TpmHash, SchemeHash, NullSignature)
Результат System