C# Class Tpm2Lib.Tpm2NvSetBitsRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2NvSetBitsRequest
Tpm2NvSetBitsRequest ( ) : System
Tpm2NvSetBitsRequest ( Tpm2NvSetBitsRequest the_Tpm2NvSetBitsRequest ) : System
Tpm2NvSetBitsRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, ulong the_bits ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2NvSetBitsRequest
return Tpm2NvSetBitsRequest

Tpm2NvSetBitsRequest() public method

public Tpm2NvSetBitsRequest ( ) : System
return System

Tpm2NvSetBitsRequest() public method

public Tpm2NvSetBitsRequest ( Tpm2NvSetBitsRequest the_Tpm2NvSetBitsRequest ) : System
the_Tpm2NvSetBitsRequest Tpm2NvSetBitsRequest
return System

Tpm2NvSetBitsRequest() public method

public Tpm2NvSetBitsRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, ulong the_bits ) : System
the_authHandle TpmHandle handle indicating the source of the authorization value Auth Index: 1 Auth Role: USER
the_nvIndex TpmHandle NV Index of the area in which the bit is to be set Auth Index: None
the_bits ulong the data to OR with the current contents
return System