Table of Contents

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

expected string

Returns

CertificateIdentityMatcher

Regex(Regex)

Regex match helper.

public static CertificateIdentityMatcher Regex(Regex pattern)

Parameters

pattern Regex

Returns

CertificateIdentityMatcher