C# Class Tpm2Lib.SchemeHash

Inheritance: TpmStructureBase, ISchemeKeyedhashUnion, ISigSchemeUnion, IKdfSchemeUnion, IAsymSchemeUnion, ISignatureUnion
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : SchemeHash
GetUnionSelector ( ) : TpmAlgId
SchemeHash ( ) : System
SchemeHash ( SchemeHash the_SchemeHash ) : System
SchemeHash ( TpmAlgId the_hashAlg ) : System

Method Details

Copy() public method

public Copy ( ) : SchemeHash
return SchemeHash

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SchemeHash() public method

public SchemeHash ( ) : System
return System

SchemeHash() public method

public SchemeHash ( SchemeHash the_SchemeHash ) : System
the_SchemeHash SchemeHash
return System

SchemeHash() public method

public SchemeHash ( TpmAlgId the_hashAlg ) : System
the_hashAlg TpmAlgId the hash algorithm used to digest the message
return System