C# Class Tpm2Lib.SignatureRsa

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : SignatureRsa
GetUnionSelector ( ) : TpmAlgId
SignatureRsa ( ) : System
SignatureRsa ( SignatureRsa the_SignatureRsa ) : System
SignatureRsa ( TpmAlgId the_hash, byte the_sig ) : System

Method Details

Copy() public méthode

public Copy ( ) : SignatureRsa
Résultat SignatureRsa

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

SignatureRsa() public méthode

public SignatureRsa ( ) : System
Résultat System

SignatureRsa() public méthode

public SignatureRsa ( SignatureRsa the_SignatureRsa ) : System
the_SignatureRsa SignatureRsa
Résultat System

SignatureRsa() public méthode

public SignatureRsa ( TpmAlgId the_hash, byte the_sig ) : System
the_hash TpmAlgId the hash algorithm used to digest the message TPM_ALG_NULL is not allowed.
the_sig byte The signature is the size of a public key.
Résultat System