A
complex data type that represents whether the signer is trusted.
IdentityStatus
variables
are members of
CertificatePath
data
types. These string values are valid:
-
NOTTRUSTED:
-
This signer is not trusted or is invalid because the certificate
is invalid or the certificate cannot be chained back to a trusted
root.
-
TRUSTED:
-
The signer is trusted because the certificate is both valid
and can be chained back to a trusted root.
-
UNKNOWN:
-
This verification of the signer cannot be performed.
|
|
|