Class TrustedSignerAllowListEntry
public sealed class TrustedSignerAllowListEntry : CertificateHashAllowListEntry
- Inheritance
-
TrustedSignerAllowListEntry
- Inherited Members
Constructors
TrustedSignerAllowListEntry(VerificationTarget, SignaturePlacement, string, HashAlgorithmName, bool, IReadOnlyList<string>)
public TrustedSignerAllowListEntry(VerificationTarget target, SignaturePlacement placement, string fingerprint, HashAlgorithmName algorithm, bool allowUntrustedRoot = false, IReadOnlyList<string> owners = null)
Parameters
target
VerificationTargetplacement
SignaturePlacementfingerprint
stringalgorithm
HashAlgorithmNameallowUntrustedRoot
boolowners
IReadOnlyList<string>
Properties
AllowUntrustedRoot
Describe if the certificate should be allowed to chain to an untrusted certificate
public bool AllowUntrustedRoot { get; }
Property Value
Owners
List of allowed owners for a repository signature
public IReadOnlyList<string> Owners { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()