C# Class Tpm2Lib.Tpm2PolicySignedResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2PolicySignedResponse
Tpm2PolicySignedResponse ( ) : System
Tpm2PolicySignedResponse ( Tpm2PolicySignedResponse the_Tpm2PolicySignedResponse ) : System
Tpm2PolicySignedResponse ( byte the_timeout, TkAuth the_policyTicket ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2PolicySignedResponse
Résultat Tpm2PolicySignedResponse

Tpm2PolicySignedResponse() public méthode

public Tpm2PolicySignedResponse ( ) : System
Résultat System

Tpm2PolicySignedResponse() public méthode

public Tpm2PolicySignedResponse ( Tpm2PolicySignedResponse the_Tpm2PolicySignedResponse ) : System
the_Tpm2PolicySignedResponse Tpm2PolicySignedResponse
Résultat System

Tpm2PolicySignedResponse() public méthode

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