Click or drag to resize
IConfigurationManager Interface

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

Manages OAuth2 Configuration

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

The IConfigurationManager type exposes the following members.

Methods
  NameDescription
Public methodIEnumerableT, T: ICertificateEntryGetAvailableCertificates
Retrieves the subject names of available certificates. Only valid personal certificates containing private keys will be returned
Public methodX509Certificate2GetCertificateFromStore(String)
Retrives the certificate that matches the thumbprint, if it exists Does not care if the certificate is valid or not
Public methodStringGetCertificateThumbprint
Retrieves the thumbprint of the certificate to use for signing and validating the JWTs
Public methodX509Certificate2GetConfiguredCertificate
Retrieves the configured certificate from the certificate store. Null will be returned if certificate has not been configured or configured certificate was not found.
Public method void SetCertificate(String)
Sets the thumbprint of the certificate to use for signing and validating the JWTs
Top
Implemented by
See Also