System.IdentityModel.Configuration 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 provide configuration for applications and services built using the Windows Identity Foundation (WIF). The classes in this namespace represent settings under the <identityConfiguration> element. Classes that configure federation using the WS-Federation protocol are contained primarily in the System.IdentityModel.Services.Configuration namespace. These settings appear under the <system.identityModel.services> element in a configuration file.
Classes
AudienceUriElement |
Represents an audience URI value configured under an |
AudienceUriElementCollection |
Represents an |
ConfigurationElementInterceptor |
There are parts of the Windows Identity Foundation (WIF) configuration schema in which users can specify arbitrary elements and attributes; for example, when specifying a custom token handler. The ConfigurationElementInterceptor class is implemented to handle these cases. |
CustomTypeElement |
Represents an element or attribute that specifies a custom Type in a configuration file. This class cannot be inherited. |
IdentityConfiguration |
Defines the collection of configurable properties controlling the behavior of the Windows Identity Foundation. |
IdentityConfigurationElement |
Represents an |
IdentityConfigurationElementCollection |
Represents the collection of |
IdentityModelCaches |
Defines the caches that are configured to detect replayed tokens and to cache session tokens. This class cannot be inherited. |
IdentityModelCachesElement |
Represents a |
IssuerNameRegistryElement |
Represents an |
SecurityTokenHandlerConfigurationElement |
Represents a |
SecurityTokenHandlerElementCollection |
Represents a |
SecurityTokenHandlerSetElementCollection |
Represents the set of all of the |
SecurityTokenServiceConfiguration |
Defines the configuration for a security token service (STS). Classes that implement STSs derive from the SecurityTokenService class. |
SystemIdentityModelSection |
Represents the |
TokenReplayDetectionElement |
Represents a |
X509CertificateValidationElement |
Represents the |
Interfaces
ICustomIdentityConfiguration |
Defines methods that enable a class to load custom configuration. |