C# Class Tpm2Lib.AuthCommand

Inheritance: TpmStructureBase
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public AuthCommand ( ) : System
return System

AuthCommand() public method

public AuthCommand ( AuthCommand the_AuthCommand ) : System
the_AuthCommand AuthCommand
return System

AuthCommand() public method

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
return System

Copy() public method

public Copy ( ) : AuthCommand
return AuthCommand