C# 클래스 Tpm2Lib.Tpm2NvSetBitsRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2NvSetBitsRequest
Tpm2NvSetBitsRequest ( ) : System
Tpm2NvSetBitsRequest ( Tpm2NvSetBitsRequest the_Tpm2NvSetBitsRequest ) : System
Tpm2NvSetBitsRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, ulong the_bits ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2NvSetBitsRequest
리턴 Tpm2NvSetBitsRequest

Tpm2NvSetBitsRequest() 공개 메소드

public Tpm2NvSetBitsRequest ( ) : System
리턴 System

Tpm2NvSetBitsRequest() 공개 메소드

public Tpm2NvSetBitsRequest ( Tpm2NvSetBitsRequest the_Tpm2NvSetBitsRequest ) : System
the_Tpm2NvSetBitsRequest Tpm2NvSetBitsRequest
리턴 System

Tpm2NvSetBitsRequest() 공개 메소드

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