Class CertificateHashAllowListEntry
public class CertificateHashAllowListEntry : VerificationAllowListEntry
- Inheritance
-
CertificateHashAllowListEntry
- Derived
- Inherited Members
Constructors
CertificateHashAllowListEntry(VerificationTarget, SignaturePlacement, string, HashAlgorithmName)
public CertificateHashAllowListEntry(VerificationTarget target, SignaturePlacement placement, string fingerprint, HashAlgorithmName algorithm)
Parameters
target
VerificationTargetplacement
SignaturePlacementfingerprint
stringalgorithm
HashAlgorithmName
Properties
Fingerprint
public string Fingerprint { get; }
Property Value
FingerprintAlgorithm
public HashAlgorithmName FingerprintAlgorithm { get; }
Property Value
- HashAlgorithmName
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()