메소드 |
설명 |
|
Execute ( Tpm2 tpm, AuthSession authSession, PolicyTree policy ) : TpmRc |
|
|
GetNextAcePolicyDigest ( TpmAlgId hashAlg ) : TpmHash |
|
|
GetPolicyDigest ( TpmAlgId hashAlg ) : TpmHash |
|
|
PolicyUpdate ( TpmHash currentHash, TpmCc commandCode, byte name, byte refData ) : TpmHash |
Return an updated policy digest in accordance with the TPM 2.0 Specification Section 23.2.3 Policy Digest Update Function |
|
PolicyUpdate1 ( TpmHash currentHash, TpmCc commandCode, byte name ) : TpmHash |
Implements the first step of the policy digest update (see the PolicyUpdate() method), and also used by PolicyAuthorizeNV. |
|