Class CertificateIdentityMatcher.ExactMatch
- Namespace
- Sigstore.Verification
- Assembly
- Sigstore.dll
Exact string comparison.
public sealed record CertificateIdentityMatcher.ExactMatch : CertificateIdentityMatcher, IEquatable<CertificateIdentityMatcher>, IEquatable<CertificateIdentityMatcher.ExactMatch>
- Inheritance
-
CertificateIdentityMatcher.ExactMatch
- Implements
- Inherited Members
Constructors
ExactMatch(string)
Exact string comparison.
public ExactMatch(string Expected)
Parameters
Expectedstring
Properties
Expected
public string Expected { get; init; }