C# Class Tpm2Lib.Tpm2NvReadRequest

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2NvReadRequest
Tpm2NvReadRequest ( ) : System
Tpm2NvReadRequest ( Tpm2NvReadRequest the_Tpm2NvReadRequest ) : System
Tpm2NvReadRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, ushort the_size, ushort the_offset ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2NvReadRequest
return Tpm2NvReadRequest

Tpm2NvReadRequest() public method

public Tpm2NvReadRequest ( ) : System
return System

Tpm2NvReadRequest() public method

public Tpm2NvReadRequest ( Tpm2NvReadRequest the_Tpm2NvReadRequest ) : System
the_Tpm2NvReadRequest Tpm2NvReadRequest
return System

Tpm2NvReadRequest() public method

public Tpm2NvReadRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, ushort the_size, ushort the_offset ) : System
the_authHandle TpmHandle the handle indicating the source of the authorization value Auth Index: 1 Auth Role: USER
the_nvIndex TpmHandle the NV Index to be read Auth Index: None
the_size ushort number of octets to read
the_offset ushort octet offset into the area This value shall be less than or equal to the size of the nvIndex data.
return System