C# Class Tpm2Lib.Tpm2GetCommandAuditDigestResponse

Inheritance: TpmStructureBase
Exibir arquivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2GetCommandAuditDigestResponse
Tpm2GetCommandAuditDigestResponse ( ) : System
Tpm2GetCommandAuditDigestResponse ( Tpm2GetCommandAuditDigestResponse the_Tpm2GetCommandAuditDigestResponse ) : System
Tpm2GetCommandAuditDigestResponse ( byte the_auditInfo, ISignatureUnion the_signature ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2GetCommandAuditDigestResponse
return Tpm2GetCommandAuditDigestResponse

Tpm2GetCommandAuditDigestResponse() public method

public Tpm2GetCommandAuditDigestResponse ( ) : System
return System

Tpm2GetCommandAuditDigestResponse() public method

public Tpm2GetCommandAuditDigestResponse ( Tpm2GetCommandAuditDigestResponse the_Tpm2GetCommandAuditDigestResponse ) : System
the_Tpm2GetCommandAuditDigestResponse Tpm2GetCommandAuditDigestResponse
return System

Tpm2GetCommandAuditDigestResponse() public method

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)
return System