C# Class Tpm2Lib.SessionOut

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : SessionOut
SessionOut ( ) : System
SessionOut ( SessionOut the_SessionOut ) : System
SessionOut ( byte the_nonceTpm, SessionAttr the_attributes, byte the_auth ) : System

Method Details

Copy() public method

public Copy ( ) : SessionOut
return SessionOut

SessionOut() public method

public SessionOut ( ) : System
return System

SessionOut() public method

public SessionOut ( SessionOut the_SessionOut ) : System
the_SessionOut SessionOut
return System

SessionOut() public method

public SessionOut ( byte the_nonceTpm, SessionAttr the_attributes, byte the_auth ) : System
the_nonceTpm byte TPM nonce
the_attributes SessionAttr Session attributes
the_auth byte HMAC value
return System