C# Class Tpm2Lib.SensitiveCreate

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

Méthodes publiques

Méthode Description
Copy ( ) : SensitiveCreate
SensitiveCreate ( ) : System
SensitiveCreate ( SensitiveCreate the_SensitiveCreate ) : System
SensitiveCreate ( byte the_userAuth, byte the_data ) : System

Method Details

Copy() public méthode

public Copy ( ) : SensitiveCreate
Résultat SensitiveCreate

SensitiveCreate() public méthode

public SensitiveCreate ( ) : System
Résultat System

SensitiveCreate() public méthode

public SensitiveCreate ( SensitiveCreate the_SensitiveCreate ) : System
the_SensitiveCreate SensitiveCreate
Résultat System

SensitiveCreate() public méthode

public SensitiveCreate ( byte the_userAuth, byte the_data ) : System
the_userAuth byte the USER auth secret value
the_data byte data to be sealed, a key, or derivation values
Résultat System