C# Class Tpm2Lib.Tpm2PolicyNvWrittenRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicyNvWrittenRequest
Tpm2PolicyNvWrittenRequest ( ) : System
Tpm2PolicyNvWrittenRequest ( Tpm2PolicyNvWrittenRequest the_Tpm2PolicyNvWrittenRequest ) : System
Tpm2PolicyNvWrittenRequest ( TpmHandle the_policySession, byte the_writtenSet ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicyNvWrittenRequest
return Tpm2PolicyNvWrittenRequest

Tpm2PolicyNvWrittenRequest() public method

public Tpm2PolicyNvWrittenRequest ( ) : System
return System

Tpm2PolicyNvWrittenRequest() public method

public Tpm2PolicyNvWrittenRequest ( Tpm2PolicyNvWrittenRequest the_Tpm2PolicyNvWrittenRequest ) : System
the_Tpm2PolicyNvWrittenRequest Tpm2PolicyNvWrittenRequest
return System

Tpm2PolicyNvWrittenRequest() public method

public Tpm2PolicyNvWrittenRequest ( TpmHandle the_policySession, byte the_writtenSet ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_writtenSet byte YES if NV Index is required to have been written NO if NV Index is required not to have been written
return System