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
Afficher le fichier Open project: Microsoft/TSS.MSR

Méthodes publiques

Свойство Type Description
IsNvIndexRequiredToHaveBeenWritten bool

Méthodes publiques

Méthode 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

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

Method Details

TpmPolicyNvWritten() public méthode

public TpmPolicyNvWritten ( ) : System
Résultat System

TpmPolicyNvWritten() public méthode

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
Résultat System

Property Details

IsNvIndexRequiredToHaveBeenWritten public_oe property

public bool IsNvIndexRequiredToHaveBeenWritten
Résultat bool