C# Class Tpm2Lib.Tpm2PolicySecretRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicySecretRequest
Tpm2PolicySecretRequest ( ) : System
Tpm2PolicySecretRequest ( Tpm2PolicySecretRequest the_Tpm2PolicySecretRequest ) : System
Tpm2PolicySecretRequest ( TpmHandle the_authHandle, TpmHandle the_policySession, byte the_nonceTPM, byte the_cpHashA, byte the_policyRef, int the_expiration ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicySecretRequest
return Tpm2PolicySecretRequest

Tpm2PolicySecretRequest() public method

public Tpm2PolicySecretRequest ( ) : System
return System

Tpm2PolicySecretRequest() public method

public Tpm2PolicySecretRequest ( Tpm2PolicySecretRequest the_Tpm2PolicySecretRequest ) : System
the_Tpm2PolicySecretRequest Tpm2PolicySecretRequest
return System

Tpm2PolicySecretRequest() public method

public Tpm2PolicySecretRequest ( TpmHandle the_authHandle, TpmHandle the_policySession, byte the_nonceTPM, byte the_cpHashA, byte the_policyRef, int the_expiration ) : System
the_authHandle TpmHandle handle for an entity providing the authorization Auth Index: 1 Auth Role: USER
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_nonceTPM byte the policy nonce for the session This can be the Empty Buffer.
the_cpHashA byte digest of the command parameters to which this authorization is limited This not the cpHash for this command but the cpHash for the command to which this policy session will be applied. If it is not limited, the parameter will be the Empty Buffer.
the_policyRef byte a reference to a policy relating to the authorization may be the Empty Buffer Size is limited to be no larger than the nonce size supported on the TPM.
the_expiration int time when authorization will expire, measured in seconds from the time that nonceTPM was generated If expiration is non-negative, a NULL Ticket is returned. See 23.2.5.
return System