Click or drag to resize

X509CertificateUtils.FindCertificate Method (String, String, String, String)

Find a certiifcate from string values

Namespace:  SanteDB.Messaging.HL7.Utils
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
public static X509Certificate2 FindCertificate(
	string findType,
	string storeLocation,
	string storeName,
	string findValue
)

Parameters

findType
Type: System.String
Find type.
storeLocation
Type: System.String
Store location.
storeName
Type: System.String
Store name.
findValue
Type: System.String
Find value.

Return Value

Type: X509Certificate2
The certificate.
See Also