Click or drag to resize
IConfigurationManager Methods

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

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
See Also