Table of Contents

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

Expected string

Properties

Expected

public string Expected { get; init; }

Property Value

string