C# Class Tpm2Lib.Tpm2PolicySignedResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicySignedResponse
Tpm2PolicySignedResponse ( ) : System
Tpm2PolicySignedResponse ( Tpm2PolicySignedResponse the_Tpm2PolicySignedResponse ) : System
Tpm2PolicySignedResponse ( byte the_timeout, TkAuth the_policyTicket ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicySignedResponse
return Tpm2PolicySignedResponse

Tpm2PolicySignedResponse() public method

public Tpm2PolicySignedResponse ( ) : System
return System

Tpm2PolicySignedResponse() public method

public Tpm2PolicySignedResponse ( Tpm2PolicySignedResponse the_Tpm2PolicySignedResponse ) : System
the_Tpm2PolicySignedResponse Tpm2PolicySignedResponse
return System

Tpm2PolicySignedResponse() public method

public Tpm2PolicySignedResponse ( byte the_timeout, TkAuth the_policyTicket ) : System
the_timeout byte implementation-specific time value, used to indicate to the TPM when the ticket expires NOTE If policyTicket is a NULL Ticket, then this shall be the Empty Buffer.
the_policyTicket TkAuth produced if the command succeeds and expiration in the command was non-zero; this ticket will use the TPMT_ST_AUTH_SIGNED structure tag. See 23.2.5
return System