C# Class Tpm2Lib.SignatureEcc

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 ( ) : SignatureEcc
GetUnionSelector ( ) : TpmAlgId
SignatureEcc ( ) : System
SignatureEcc ( SignatureEcc the_SignatureEcc ) : System
SignatureEcc ( TpmAlgId the_hash, byte the_signatureR, byte the_signatureS ) : System

Method Details

Copy() public méthode

public Copy ( ) : SignatureEcc
Résultat SignatureEcc

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

SignatureEcc() public méthode

public SignatureEcc ( ) : System
Résultat System

SignatureEcc() public méthode

public SignatureEcc ( SignatureEcc the_SignatureEcc ) : System
the_SignatureEcc SignatureEcc
Résultat System

SignatureEcc() public méthode

public SignatureEcc ( TpmAlgId the_hash, byte the_signatureR, byte the_signatureS ) : System
the_hash TpmAlgId the hash algorithm used in the signature process TPM_ALG_NULL is not allowed.
the_signatureR byte
the_signatureS byte
Résultat System