| X509CertificateUtilsFindCertificate Method (String, String, String, String) |
Find a certiifcate from string values
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public static X509Certificate2 FindCertificate(
string findType,
string storeLocation,
string storeName,
string findValue
)
Public Shared Function FindCertificate (
findType As String,
storeLocation As String,
storeName As String,
findValue As String
) As X509Certificate2
public:
static X509Certificate2^ FindCertificate(
String^ findType,
String^ storeLocation,
String^ storeName,
String^ findValue
)
static member FindCertificate :
findType : string *
storeLocation : string *
storeName : string *
findValue : string -> X509Certificate2
Parameters
- findType
- Type: SystemString
Find type. - storeLocation
- Type: SystemString
Store location. - storeName
- Type: SystemString
Store name. - findValue
- Type: SystemString
Find value.
Return Value
Type:
X509Certificate2The certificate.
See Also