C# Class Tpm2Lib.KeyedhashParms

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : KeyedhashParms
GetUnionSelector ( ) : TpmAlgId
KeyedhashParms ( ) : System
KeyedhashParms ( ISchemeKeyedhashUnion the_scheme ) : System
KeyedhashParms ( KeyedhashParms the_KeyedhashParms ) : System

Method Details

Copy() public méthode

public Copy ( ) : KeyedhashParms
Résultat KeyedhashParms

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

KeyedhashParms() public méthode

public KeyedhashParms ( ) : System
Résultat System

KeyedhashParms() public méthode

public KeyedhashParms ( ISchemeKeyedhashUnion the_scheme ) : System
the_scheme ISchemeKeyedhashUnion Indicates the signing method used for a keyedHash signing object. This field also determines the size of the data field for a data object created with TPM2_Create() or TPM2_CreatePrimary().(One of SchemeHmac, SchemeXor, NullSchemeKeyedhash)
Résultat System

KeyedhashParms() public méthode

public KeyedhashParms ( KeyedhashParms the_KeyedhashParms ) : System
the_KeyedhashParms KeyedhashParms
Résultat System