Click or drag to resize
IConfigurationManagerGetCertificateFromStore Method

[This is preliminary documentation and is subject to change.]

Retrives the certificate that matches the thumbprint, if it exists Does not care if the certificate is valid or not

Namespace: Netadmin.Management.OAuth2
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
X509Certificate2 GetCertificateFromStore(
	string thumbprint
)

Parameters

thumbprint
Type: SystemString
The thumbprint as a string

Return Value

Type: X509Certificate2
The certificate, or null if not found
See Also