Click or drag to resize

AmqpUtilitiesGetCertificate Method

Looks in the both the machine and user level certificate stores for a certificate whose subject name OR thumbprint matches the value specified by the certFindName parameter. Will throw an ArumentException if not found.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static X509Certificate2 GetCertificate(
	string certFindValue
)

Parameters

certFindValue  String
The certificate subject name OR thumbprint to search for

Return Value

X509Certificate2
The resultant certificate
See Also