C# Class Tpm2Lib.SessionIn

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Copy ( ) : SessionIn
Résultat SessionIn

SessionIn() public méthode

public SessionIn ( ) : System
Résultat System

SessionIn() public méthode

public SessionIn ( SessionIn the_SessionIn ) : System
the_SessionIn SessionIn
Résultat System

SessionIn() public méthode

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)
Résultat System