C# Class 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.
Inheritance: PolicyAce
Mostrar archivo Open project: Microsoft/TSS.MSR

Public Properties

Property Type Description
IsNvIndexRequiredToHaveBeenWritten bool

Public Methods

Method Description
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.

Private Methods

Method Description
Execute ( Tpm2 tpm, AuthSession authSession, PolicyTree policy ) : TpmRc
GetPolicyDigest ( TpmAlgId hashAlg ) : TpmHash

Method Details

TpmPolicyNvWritten() public method

public TpmPolicyNvWritten ( ) : System
return System

TpmPolicyNvWritten() public method

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
return System

Property Details

IsNvIndexRequiredToHaveBeenWritten public_oe property

public bool IsNvIndexRequiredToHaveBeenWritten
return bool