C# Class Tpm2Lib.Tpm2NvCertifyResponse

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2NvCertifyResponse
Tpm2NvCertifyResponse ( ) : System
Tpm2NvCertifyResponse ( Tpm2NvCertifyResponse the_Tpm2NvCertifyResponse ) : System
Tpm2NvCertifyResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2NvCertifyResponse
Résultat Tpm2NvCertifyResponse

Tpm2NvCertifyResponse() public méthode

public Tpm2NvCertifyResponse ( ) : System
Résultat System

Tpm2NvCertifyResponse() public méthode

public Tpm2NvCertifyResponse ( Tpm2NvCertifyResponse the_Tpm2NvCertifyResponse ) : System
the_Tpm2NvCertifyResponse Tpm2NvCertifyResponse
Résultat System

Tpm2NvCertifyResponse() public méthode

public Tpm2NvCertifyResponse ( 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)
Résultat System