C# Class Tpm2Lib.Tpm2CertifyResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2CertifyResponse
Tpm2CertifyResponse ( ) : System
Tpm2CertifyResponse ( Tpm2CertifyResponse the_Tpm2CertifyResponse ) : System
Tpm2CertifyResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2CertifyResponse
return Tpm2CertifyResponse

Tpm2CertifyResponse() public method

public Tpm2CertifyResponse ( ) : System
return System

Tpm2CertifyResponse() public method

public Tpm2CertifyResponse ( Tpm2CertifyResponse the_Tpm2CertifyResponse ) : System
the_Tpm2CertifyResponse Tpm2CertifyResponse
return System

Tpm2CertifyResponse() public method

public Tpm2CertifyResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System
the_certifyInfo byte the structure that was signed
the_signature ISignatureUnion the asymmetric signature over certifyInfo using the key referenced by signHandle(One of SignatureRsassa, SignatureRsapss, SignatureEcdsa, SignatureEcdaa, SignatureSm2, SignatureEcschnorr, TpmHash, SchemeHash, NullSignature)
return System