Click or drag to resize

X509CertificateUtilsFindCertificate 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: SystemString
Find type.
storeLocation
Type: SystemString
Store location.
storeName
Type: SystemString
Store name.
findValue
Type: SystemString
Find value.

Return Value

Type: X509Certificate2
The certificate.
See Also