C# Class Tpm2Lib.AuthCommand

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuthCommand ( ) : System
AuthCommand ( AuthCommand the_AuthCommand ) : System
AuthCommand ( TpmHandle the_sessionHandle, byte the_nonce, SessionAttr the_sessionAttributes, byte the_hmac ) : System
Copy ( ) : AuthCommand

Method Details

AuthCommand() public méthode

public AuthCommand ( ) : System
Résultat System

AuthCommand() public méthode

public AuthCommand ( AuthCommand the_AuthCommand ) : System
the_AuthCommand AuthCommand
Résultat System

AuthCommand() public méthode

public AuthCommand ( TpmHandle the_sessionHandle, byte the_nonce, SessionAttr the_sessionAttributes, byte the_hmac ) : System
the_sessionHandle TpmHandle the session handle
the_nonce byte the session nonce, may be the Empty Buffer
the_sessionAttributes SessionAttr the session attributes
the_hmac byte either an HMAC, a password, or an EmptyAuth
Résultat System

Copy() public méthode

public Copy ( ) : AuthCommand
Résultat AuthCommand