C# Class Tpm2Lib.Tpm2PolicySecretResponse

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicySecretResponse
Tpm2PolicySecretResponse ( ) : System
Tpm2PolicySecretResponse ( Tpm2PolicySecretResponse the_Tpm2PolicySecretResponse ) : System
Tpm2PolicySecretResponse ( byte the_timeout, TkAuth the_policyTicket ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicySecretResponse
return Tpm2PolicySecretResponse

Tpm2PolicySecretResponse() public method

public Tpm2PolicySecretResponse ( ) : System
return System

Tpm2PolicySecretResponse() public method

public Tpm2PolicySecretResponse ( Tpm2PolicySecretResponse the_Tpm2PolicySecretResponse ) : System
the_Tpm2PolicySecretResponse Tpm2PolicySecretResponse
return System

Tpm2PolicySecretResponse() public method

public Tpm2PolicySecretResponse ( byte the_timeout, TkAuth the_policyTicket ) : System
the_timeout byte implementation-specific time value used to indicate to the TPM when the ticket expires; this ticket will use the TPMT_ST_AUTH_SECRET structure tag
the_policyTicket TkAuth produced if the command succeeds and expiration in the command was non-zero. See 23.2.5
return System