C# Class Tpm2Lib.Tpm2PolicyTicketRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicyTicketRequest
Tpm2PolicyTicketRequest ( ) : System
Tpm2PolicyTicketRequest ( Tpm2PolicyTicketRequest the_Tpm2PolicyTicketRequest ) : System
Tpm2PolicyTicketRequest ( TpmHandle the_policySession, byte the_timeout, byte the_cpHashA, byte the_policyRef, byte the_authName, TkAuth the_ticket ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicyTicketRequest
return Tpm2PolicyTicketRequest

Tpm2PolicyTicketRequest() public method

public Tpm2PolicyTicketRequest ( ) : System
return System

Tpm2PolicyTicketRequest() public method

public Tpm2PolicyTicketRequest ( Tpm2PolicyTicketRequest the_Tpm2PolicyTicketRequest ) : System
the_Tpm2PolicyTicketRequest Tpm2PolicyTicketRequest
return System

Tpm2PolicyTicketRequest() public method

public Tpm2PolicyTicketRequest ( TpmHandle the_policySession, byte the_timeout, byte the_cpHashA, byte the_policyRef, byte the_authName, TkAuth the_ticket ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_timeout byte time when authorization will expire The contents are TPM specific. This shall be the value returned when ticket was produced.
the_cpHashA byte digest of the command parameters to which this authorization is limited If it is not limited, the parameter will be the Empty Buffer.
the_policyRef byte reference to a qualifier for the policy may be the Empty Buffer
the_authName byte name of the object that provided the authorization
the_ticket TkAuth an authorization ticket returned by the TPM in response to a TPM2_PolicySigned() or TPM2_PolicySecret()
return System