Class CertificateIdentityMatcher
- Namespace
- Sigstore.Verification
- Assembly
- Sigstore.dll
Describes how to compare expected and observed certificate identity strings.
public abstract record CertificateIdentityMatcher : IEquatable<CertificateIdentityMatcher>
- Inheritance
-
CertificateIdentityMatcher
- Implements
- Derived
- Inherited Members
Methods
Exact(string)
Exact match helper.
public static CertificateIdentityMatcher Exact(string expected)
Parameters
expectedstring
Returns
Regex(Regex)
Regex match helper.
public static CertificateIdentityMatcher Regex(Regex pattern)
Parameters
patternRegex