Table of Contents

Class CertificateIdentityMatcher.RegexMatch

Namespace
Sigstore.Verification
Assembly
Sigstore.dll

Regular expression match.

public sealed record CertificateIdentityMatcher.RegexMatch : CertificateIdentityMatcher, IEquatable<CertificateIdentityMatcher>, IEquatable<CertificateIdentityMatcher.RegexMatch>
Inheritance
CertificateIdentityMatcher.RegexMatch
Implements
Inherited Members

Constructors

RegexMatch(Regex)

Regular expression match.

public RegexMatch(Regex Pattern)

Parameters

Pattern Regex

Properties

Pattern

public Regex Pattern { get; init; }

Property Value

Regex