ICertificateFinder.Find Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9119)
Find(SubjectIdentifier, CertificateStore)
Finds a certificate corresponding to the specified subject identifier.
Declaration
CertificateChain Find(SubjectIdentifier subjectIdentifier, CertificateStore additionalStore)
Parameters
Type | Name | Description |
---|---|---|
SubjectIdentifier | subjectIdentifier | Identifier of the subject certificate. |
CertificateStore | additionalStore | A certificate store containing the certificates that were included with the message. |
Returns
Type | Description |
---|---|
CertificateChain | Certificate chain if found, or null (Nothing in Visual Basic). |