C# Class Tpm2Lib.KeyedhashScheme

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : KeyedhashScheme
KeyedhashScheme ( ) : System
KeyedhashScheme ( ISchemeKeyedhashUnion the_details ) : System
KeyedhashScheme ( KeyedhashScheme the_KeyedhashScheme ) : System

Method Details

Copy() public method

public Copy ( ) : KeyedhashScheme
return KeyedhashScheme

KeyedhashScheme() public method

public KeyedhashScheme ( ) : System
return System

KeyedhashScheme() public method

public KeyedhashScheme ( ISchemeKeyedhashUnion the_details ) : System
the_details ISchemeKeyedhashUnion the scheme parameters(One of SchemeHmac, SchemeXor, NullSchemeKeyedhash)
return System

KeyedhashScheme() public method

public KeyedhashScheme ( KeyedhashScheme the_KeyedhashScheme ) : System
the_KeyedhashScheme KeyedhashScheme
return System