C# Class Tpm2Lib.Tpm2GetSessionAuditDigestResponse

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2GetSessionAuditDigestResponse
Tpm2GetSessionAuditDigestResponse ( ) : System
Tpm2GetSessionAuditDigestResponse ( Tpm2GetSessionAuditDigestResponse the_Tpm2GetSessionAuditDigestResponse ) : System
Tpm2GetSessionAuditDigestResponse ( byte the_auditInfo, ISignatureUnion the_signature ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2GetSessionAuditDigestResponse
return Tpm2GetSessionAuditDigestResponse

Tpm2GetSessionAuditDigestResponse() public method

public Tpm2GetSessionAuditDigestResponse ( ) : System
return System

Tpm2GetSessionAuditDigestResponse() public method

public Tpm2GetSessionAuditDigestResponse ( Tpm2GetSessionAuditDigestResponse the_Tpm2GetSessionAuditDigestResponse ) : System
the_Tpm2GetSessionAuditDigestResponse Tpm2GetSessionAuditDigestResponse
return System

Tpm2GetSessionAuditDigestResponse() public method

public Tpm2GetSessionAuditDigestResponse ( byte the_auditInfo, ISignatureUnion the_signature ) : System
the_auditInfo byte the audit information that was signed
the_signature ISignatureUnion the signature over auditInfo(One of SignatureRsassa, SignatureRsapss, SignatureEcdsa, SignatureEcdaa, SignatureSm2, SignatureEcschnorr, TpmHash, SchemeHash, NullSignature)
return System