EnvelopedData.CertificateFinder Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
CertificateFinder
Gets or sets the ICertificateFinder to be used to find certificates corresponding to a SubjectIdentifier.
Declaration
public ICertificateFinder CertificateFinder { get; set; }
Property Value
Type | Description |
---|---|
ICertificateFinder | The certificate finder. |