C# Class Tpm2Lib.Tpm2CertifyCreationResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2CertifyCreationResponse
Tpm2CertifyCreationResponse ( ) : System
Tpm2CertifyCreationResponse ( Tpm2CertifyCreationResponse the_Tpm2CertifyCreationResponse ) : System
Tpm2CertifyCreationResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2CertifyCreationResponse
Résultat Tpm2CertifyCreationResponse

Tpm2CertifyCreationResponse() public méthode

public Tpm2CertifyCreationResponse ( ) : System
Résultat System

Tpm2CertifyCreationResponse() public méthode

public Tpm2CertifyCreationResponse ( Tpm2CertifyCreationResponse the_Tpm2CertifyCreationResponse ) : System
the_Tpm2CertifyCreationResponse Tpm2CertifyCreationResponse
Résultat System

Tpm2CertifyCreationResponse() public méthode

public Tpm2CertifyCreationResponse ( byte the_certifyInfo, ISignatureUnion the_signature ) : System
the_certifyInfo byte the structure that was signed
the_signature ISignatureUnion the signature over certifyInfo(One of SignatureRsassa, SignatureRsapss, SignatureEcdsa, SignatureEcdaa, SignatureSm2, SignatureEcschnorr, TpmHash, SchemeHash, NullSignature)
Résultat System