C# 클래스 Tpm2Lib.Tpm2PolicyAuthorizeNVRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PolicyAuthorizeNVRequest
Tpm2PolicyAuthorizeNVRequest ( ) : System
Tpm2PolicyAuthorizeNVRequest ( Tpm2PolicyAuthorizeNVRequest the_Tpm2PolicyAuthorizeNVRequest ) : System
Tpm2PolicyAuthorizeNVRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, TpmHandle the_policySession ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PolicyAuthorizeNVRequest
리턴 Tpm2PolicyAuthorizeNVRequest

Tpm2PolicyAuthorizeNVRequest() 공개 메소드

public Tpm2PolicyAuthorizeNVRequest ( ) : System
리턴 System

Tpm2PolicyAuthorizeNVRequest() 공개 메소드

public Tpm2PolicyAuthorizeNVRequest ( Tpm2PolicyAuthorizeNVRequest the_Tpm2PolicyAuthorizeNVRequest ) : System
the_Tpm2PolicyAuthorizeNVRequest Tpm2PolicyAuthorizeNVRequest
리턴 System

Tpm2PolicyAuthorizeNVRequest() 공개 메소드

public Tpm2PolicyAuthorizeNVRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, TpmHandle the_policySession ) : System
the_authHandle TpmHandle handle indicating the source of the authorization value Auth Index: 1 Auth Role: USER
the_nvIndex TpmHandle the NV Index of the area to read Auth Index: None
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
리턴 System