C# Class Tpm2Lib.KeyedhashParms

Inheritance: TpmStructureBase, IPublicParmsUnion
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : KeyedhashParms
GetUnionSelector ( ) : TpmAlgId
KeyedhashParms ( ) : System
KeyedhashParms ( ISchemeKeyedhashUnion the_scheme ) : System
KeyedhashParms ( KeyedhashParms the_KeyedhashParms ) : System

Method Details

Copy() public method

public Copy ( ) : KeyedhashParms
return KeyedhashParms

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

KeyedhashParms() public method

public KeyedhashParms ( ) : System
return System

KeyedhashParms() public method

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)
return System

KeyedhashParms() public method

public KeyedhashParms ( KeyedhashParms the_KeyedhashParms ) : System
the_KeyedhashParms KeyedhashParms
return System