Click or drag to resize
IConfigurationManagerGetConfiguredCertificate Method

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

Retrieves the configured certificate from the certificate store. Null will be returned if certificate has not been configured or configured certificate was not found.

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

Return Value

Type: X509Certificate2

[Missing <returns> documentation for "M:Netadmin.Management.OAuth2.IConfigurationManager.GetConfiguredCertificate"]

See Also