C# Class Tpm2Lib.SymDefObject

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 ( ) : SymDefObject
GetUnionSelector ( ) : TpmAlgId
NullObject ( ) : SymDefObject

Return a SymDefObject with TpmAlgId.Null

SymDefObject ( ) : System
SymDefObject ( SymDefObject the_SymDefObject ) : System
SymDefObject ( 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 ( ) : SymDefObject
Résultat SymDefObject

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

NullObject() public static méthode

Return a SymDefObject with TpmAlgId.Null
public static NullObject ( ) : SymDefObject
Résultat SymDefObject

SymDefObject() public méthode

public SymDefObject ( ) : System
Résultat System

SymDefObject() public méthode

public SymDefObject ( SymDefObject the_SymDefObject ) : System
the_SymDefObject SymDefObject
Résultat System

SymDefObject() public méthode

public SymDefObject ( 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