Property | Type | Description | |
---|---|---|---|
Execute | TpmRc | ||
GetPolicyDigest |
Method | Description | |
---|---|---|
AddPolicyBranch ( |
Add an "OR-branch"
|
|
AddPolicyBranches ( |
||
GetPolicyHashArray ( TpmAlgId hashAlg ) : Tpm2Lib.Tpm2bDigest[] |
Calculates and returns the policy-hashes of the attached branches.
|
|
TpmPolicyOr ( ) : System | ||
TpmPolicyOr ( string branchName = "" ) : System |
This command allows options in authorizations without requiring that the TPM evaluate all of the options. If a policy may be satisfied by different sets of conditions, the TPM need only evaluate one set that satisfies the policy. This command will indicate that one of the required sets of conditions has been satisfied.
|
Method | Description | |
---|---|---|
Execute ( |
||
GetPolicyDigest ( TpmAlgId hashAlg ) : |
public AddPolicyBranch ( |
||
newAce | ||
return |
public AddPolicyBranches ( |
||
arr | ||
return | void |
public GetPolicyHashArray ( TpmAlgId hashAlg ) : Tpm2Lib.Tpm2bDigest[] | ||
hashAlg | TpmAlgId | |
return | Tpm2Lib.Tpm2bDigest[] |
public TpmPolicyOr ( string branchName = "" ) : System | ||
branchName | string | |
return | System |