C# Class Tpm2Lib.Tpm2PolicyNVRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicyNVRequest
Tpm2PolicyNVRequest ( ) : System
Tpm2PolicyNVRequest ( Tpm2PolicyNVRequest the_Tpm2PolicyNVRequest ) : System
Tpm2PolicyNVRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, TpmHandle the_policySession, byte the_operandB, ushort the_offset, Eo the_operation ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicyNVRequest
return Tpm2PolicyNVRequest

Tpm2PolicyNVRequest() public method

public Tpm2PolicyNVRequest ( ) : System
return System

Tpm2PolicyNVRequest() public method

public Tpm2PolicyNVRequest ( Tpm2PolicyNVRequest the_Tpm2PolicyNVRequest ) : System
the_Tpm2PolicyNVRequest Tpm2PolicyNVRequest
return System

Tpm2PolicyNVRequest() public method

public Tpm2PolicyNVRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, TpmHandle the_policySession, byte the_operandB, ushort the_offset, Eo the_operation ) : System
the_authHandle TpmHandle handle indicating the source of the authorization value Auth Index: 1 Auth Role: USER
the_nvIndex TpmHandle the NV Index of the area to read Auth Index: None
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_operandB byte the second operand
the_offset ushort the offset in the NV Index for the start of operand A
the_operation Eo the comparison to make
return System