Enum security_framework::trust::TrustResult
[−]
[src]
pub enum TrustResult { Invalid, Proceed, Deny, Unspecified, RecoverableTrustFailure, FatalTrustFailure, OtherError, }
The result of trust evaluation.
Variants
Invalid
An invalid setting or result.
Proceed
You may proceed.
Deny
Indicates a denial by the user, do not proceed.
Unspecified
The certificate is implicitly trusted.
RecoverableTrustFailure
Indicates a trust policy failure that the user can override.
FatalTrustFailure
Indicates a trust policy failure that the user cannot override.
OtherError
An error not related to trust validation.