Свойство | Тип | Описание | |
---|---|---|---|
Execute | TpmRc | ||
GetPolicyDigest |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
Execute ( |
||
GetPolicyDigest ( TpmAlgId hashAlg ) : |
public AddPolicyBranch ( |
||
newAce | ||
Результат |
public AddPolicyBranches ( |
||
arr | ||
Результат | void |
public GetPolicyHashArray ( TpmAlgId hashAlg ) : Tpm2Lib.Tpm2bDigest[] | ||
hashAlg | TpmAlgId | |
Результат | Tpm2Lib.Tpm2bDigest[] |
public TpmPolicyOr ( string branchName = "" ) : System | ||
branchName | string | |
Результат | System |