C# Class Tpm2Lib.Tpm2StartAuthSessionResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2StartAuthSessionResponse
Tpm2StartAuthSessionResponse ( ) : System
Tpm2StartAuthSessionResponse ( Tpm2StartAuthSessionResponse the_Tpm2StartAuthSessionResponse ) : System
Tpm2StartAuthSessionResponse ( TpmHandle the_sessionHandle, byte the_nonceTPM ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2StartAuthSessionResponse
Résultat Tpm2StartAuthSessionResponse

Tpm2StartAuthSessionResponse() public méthode

public Tpm2StartAuthSessionResponse ( ) : System
Résultat System

Tpm2StartAuthSessionResponse() public méthode

public Tpm2StartAuthSessionResponse ( Tpm2StartAuthSessionResponse the_Tpm2StartAuthSessionResponse ) : System
the_Tpm2StartAuthSessionResponse Tpm2StartAuthSessionResponse
Résultat System

Tpm2StartAuthSessionResponse() public méthode

public Tpm2StartAuthSessionResponse ( TpmHandle the_sessionHandle, byte the_nonceTPM ) : System
the_sessionHandle TpmHandle handle for the newly created session
the_nonceTPM byte the initial nonce from the TPM, used in the computation of the sessionKey
Résultat System