C# 클래스 Tpm2Lib.Tpm2NvReadRequest

상속: TpmStructureBase
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2NvReadRequest
Tpm2NvReadRequest ( ) : System
Tpm2NvReadRequest ( Tpm2NvReadRequest the_Tpm2NvReadRequest ) : System
Tpm2NvReadRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, ushort the_size, ushort the_offset ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2NvReadRequest
리턴 Tpm2NvReadRequest

Tpm2NvReadRequest() 공개 메소드

public Tpm2NvReadRequest ( ) : System
리턴 System

Tpm2NvReadRequest() 공개 메소드

public Tpm2NvReadRequest ( Tpm2NvReadRequest the_Tpm2NvReadRequest ) : System
the_Tpm2NvReadRequest Tpm2NvReadRequest
리턴 System

Tpm2NvReadRequest() 공개 메소드

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.
리턴 System