Property | Type | Description | |
---|---|---|---|
Action | string | ||
Context | Object |
Method | Description | |
---|---|---|
TpmPolicyAction ( ) : System |
PolicyAction is a dummy-ACE that allows a policy author to embed external data in a policy. PolicyAction is _not_ expected to be directly interpreted by the policy evaluator. Instead it might be used to trigger other TPM or non-TPM program actions (like incrementing a monotonic counter).
|
|
TpmPolicyAction ( string action ) : System | ||
TpmPolicyAction ( string action, Object context ) : System |
Method | Description | |
---|---|---|
Execute ( |
||
GetPolicyDigest ( TpmAlgId hashAlg ) : |
public TpmPolicyAction ( string action ) : System | ||
action | string | |
return | System |
public TpmPolicyAction ( string action, Object context ) : System | ||
action | string | |
context | Object | |
return | System |