Class IdentityPolicyException
- Namespace
- Sigstore.Exceptions
- Assembly
- Sigstore.dll
The signing certificate did not satisfy the caller's identity policy.
public sealed class IdentityPolicyException : SigstoreException, ISerializable
- Inheritance
-
IdentityPolicyException
- Implements
- Inherited Members
Constructors
IdentityPolicyException(string)
Creates a new SigstoreException.
public IdentityPolicyException(string message)
Parameters
messagestringHuman-readable explanation including which step failed.
IdentityPolicyException(string, Exception)
Creates a new SigstoreException with an inner cause.
public IdentityPolicyException(string message, Exception innerException)