C# Class Tpm2Lib.SymDef

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

Private Properties

Свойство Type Description
ToHost void
ToNet void

Méthodes publiques

Méthode 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

Méthode Description
ToHost ( Marshaller m ) : void
ToNet ( Marshaller m ) : void

Method Details

Copy() public méthode

public Copy ( ) : SymDef
Résultat SymDef

SymDef() public méthode

public SymDef ( ) : System
Résultat System

SymDef() public méthode

public SymDef ( SymDef the_SymDef ) : System
the_SymDef SymDef
Résultat System

SymDef() public méthode

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
Résultat System

SymDef() public méthode

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
Résultat System