Dart CertificateList Control and Objects
Find Method
Name of the certificate store.
Registry location of the certificate store.
Name of the Certificate Authority that issued/signed the certificate. Matches the IssuedBy property of the returned certificate.
Serial number of the certificate. Matches the SerialNumber property of the returned certificate.
Description
Searches the specified certificate store for the specified Certificate and returns the result.
Syntax
Visual Basic
Public Function Find( _
   ByVal Name As String, _
   ByVal Location As StoreLocationConstants, _
   ByVal IssuedBy As String, _
   ByVal SerialNumber As String _
) As Certificate
Parameters
Name
Name of the certificate store.
Location
ValueDescription
locationCurrentUserStore is located in the HKEY_CURRENT_USER registry key.
locationLocalMachineStore is located in the HKEY_LOCAL_MACHINE registry key.
locationRemoteUsed by a Certificate that is not part of a store.
Registry location of the certificate store.
IssuedBy
Name of the Certificate Authority that issued/signed the certificate. Matches the IssuedBy property of the returned certificate.
SerialNumber
Serial number of the certificate. Matches the SerialNumber property of the returned certificate.
Return Value
A Certificate Object that matches the parameters.
Remarks

This method is used to do a quick lookup of the specified certificate.

Error Codes

This method may generate the following error code (refer to CertificateErrorConstants for a complete list of error codes):

See Also

CertificateStore Object  | CertificateStore Members


PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic