C# 클래스 Tpm2Lib.TpmPolicyNvWritten

This command allows a policy to be bound to the TPMA_NV_WRITTEN attributes. This is a deferred assertion. Values are stored in the policy session context and checked when the policy is used for authorization.
상속: PolicyAce
파일 보기 프로젝트 열기: Microsoft/TSS.MSR

공개 프로퍼티들

프로퍼티 타입 설명
IsNvIndexRequiredToHaveBeenWritten bool

공개 메소드들

메소드 설명
TpmPolicyNvWritten ( ) : System
TpmPolicyNvWritten ( bool isNvIndexRequiredToHaveBeenWritten, string branchName = "" ) : System

This command allows a policy to be bound to the TPMA_NV_WRITTEN attributes. This is a deferred assertion. Values are stored in the policy session context and checked when the policy is used for authorization.

비공개 메소드들

메소드 설명
Execute ( Tpm2 tpm, AuthSession authSession, PolicyTree policy ) : TpmRc
GetPolicyDigest ( TpmAlgId hashAlg ) : TpmHash

메소드 상세

TpmPolicyNvWritten() 공개 메소드

public TpmPolicyNvWritten ( ) : System
리턴 System

TpmPolicyNvWritten() 공개 메소드

This command allows a policy to be bound to the TPMA_NV_WRITTEN attributes. This is a deferred assertion. Values are stored in the policy session context and checked when the policy is used for authorization.
public TpmPolicyNvWritten ( bool isNvIndexRequiredToHaveBeenWritten, string branchName = "" ) : System
isNvIndexRequiredToHaveBeenWritten bool
branchName string
리턴 System

프로퍼티 상세

IsNvIndexRequiredToHaveBeenWritten 공개적으로 프로퍼티

public bool IsNvIndexRequiredToHaveBeenWritten
리턴 bool