C# Class Tpm2Lib.SymDef

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

Private Properties

Property Type Description
ToHost void
ToNet void

Public Methods

Method Description
Copy ( ) : SymDef
SymDef ( ) : System
SymDef ( SymDef the_SymDef ) : System
SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System
SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System

Private Methods

Method Description
ToHost ( Marshaller m ) : void
ToNet ( Marshaller m ) : void

Method Details

Copy() public method

public Copy ( ) : SymDef
return SymDef

SymDef() public method

public SymDef ( ) : System
return System

SymDef() public method

public SymDef ( SymDef the_SymDef ) : System
the_SymDef SymDef
return System

SymDef() public method

public SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System
theAlg TpmAlgId TpmAlgId.Xor or TpmAlgId.Null
hmacHash TpmAlgId Hash algorithm used with XOR algorithm in HMAC computation
return System

SymDef() public method

public SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System
the_Algorithm TpmAlgId symmetric algorithm
the_KeyBits ushort key size in bits
the_Mode TpmAlgId encryption mode
return System