Microsoft.IdentityModel.Protocols Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains classes that support access to attribuutes of authentication protocol communication.
Classes
AuthenticationProtocolMessage |
base class for authentication protocol messages. |
ConfigurationManager<T> |
Manages the retrieval of Configuration data. |
FileDocumentRetriever |
Reads a local file from the disk. |
HttpDocumentRetriever |
Retrieves metadata information using HttpClient. |
HttpRequestData |
Structure that represents an incoming or an outgoing http request. |
JsonWebKeyExtension | |
StaticConfigurationManager<T> |
This type is for users that want a fixed and static Configuration. In this case, the configuration is obtained and passed to the constructor. |
X509CertificateValidationMode |
Represents X509Certificate validation mode. |
Interfaces
IConfigurationManager<T> |
Interface that defines a model for retrieving configuration data. |
IConfigurationRetriever<T> |
Interface that defines methods to retrieve configuration. |
IDocumentRetriever |
Interface that defines a document retriever that returns the document as a string. |