C# Class Tpm2Lib.SessionOut

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

Private Properties

Свойство Type Description

Méthodes publiques

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

public Copy ( ) : SessionOut
Résultat SessionOut

SessionOut() public méthode

public SessionOut ( ) : System
Résultat System

SessionOut() public méthode

public SessionOut ( SessionOut the_SessionOut ) : System
the_SessionOut SessionOut
Résultat System

SessionOut() public méthode

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