C# Class Tpm2Lib.SessionIn

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : SessionIn
SessionIn ( ) : System
SessionIn ( SessionIn the_SessionIn ) : System
SessionIn ( TpmHandle the_handle, byte the_nonceCaller, SessionAttr the_attributes, byte the_auth ) : System

Method Details

Copy() public method

public Copy ( ) : SessionIn
return SessionIn

SessionIn() public method

public SessionIn ( ) : System
return System

SessionIn() public method

public SessionIn ( SessionIn the_SessionIn ) : System
the_SessionIn SessionIn
return System

SessionIn() public method

public SessionIn ( TpmHandle the_handle, byte the_nonceCaller, SessionAttr the_attributes, byte the_auth ) : System
the_handle TpmHandle Session handle
the_nonceCaller byte Caller nonce
the_attributes SessionAttr Session attributes
the_auth byte AuthValue (or HMAC)
return System