Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]
Defines the configuration specific to a security token service (STS).
The following tables list the members exposed by the SecurityTokenServiceConfiguration type.
Public Constructors
Name | Description | |
---|---|---|
SecurityTokenServiceConfiguration | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
AudienceRestriction | Gets or sets the AudienceRestriction. (Inherited from ServiceConfiguration) |
![]() |
CertificateValidationMode | Gets or sets the certificate validation mode used by handlers to validate issuer certificates. (Inherited from ServiceConfiguration) |
![]() |
CertificateValidator | Gets or sets the certificate validator used by handlers to validate issuer certificates. (Inherited from ServiceConfiguration) |
![]() |
ClaimsAuthenticationManager | Gets or sets the ClaimsAuthenticationManager. (Inherited from ServiceConfiguration) |
![]() |
ClaimsAuthorizationManager | Gets or sets the ClaimsAuthorizationManager. (Inherited from ServiceConfiguration) |
![]() |
DefaultMaxSymmetricKeySizeInBits | Gets or sets the default key size limit in bits used check if the KeySize specified in the request is within this limit. |
![]() |
DefaultSymmetricKeySizeInBits | Gets or sets the default key size in bits used in the issued token. |
![]() |
DefaultTokenLifetime | Gets or sets the default lifetime (defaultTokenLifetime property) used in the issued tokens. |
![]() |
DefaultTokenType | Gets or sets the default token type (_defaultTokenType property) used in token issuance. The string values are specified in URI format, for example, for SAML 1.1 token type following is the string value: “http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1” |
![]() |
DetectReplayedTokens | Gets or sets detection of replaying of tokens by handlers in the default handler configuration. (Inherited from ServiceConfiguration) |
![]() |
DisableWsdl | Gets or sets a Boolean value that specifies whether WSDL generation for the service is enabled. The default value is false. (Inherited from ServiceConfiguration) |
![]() |
ExceptionMapper | Gets or sets the ExceptionMapper to be used when throwing exceptions. (Inherited from ServiceConfiguration) |
![]() |
IsInitialized | Determines if Initialize has been called. (Inherited from ServiceConfiguration) |
![]() |
IssuerNameRegistry | Gets or sets the IssuerNameRegistry used to resolve issuer names. (Inherited from ServiceConfiguration) |
![]() |
IssuerTokenResolver | Gets or sets the Issuer token resolver. (Inherited from ServiceConfiguration) |
![]() |
MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. (Inherited from ServiceConfiguration) |
![]() |
MaximumTokenLifetime | Gets or sets the maximum token lifetime for issued tokens. |
![]() |
Name | Gets or sets the service name of this configuration. (Inherited from ServiceConfiguration) |
![]() |
RevocationMode | Gets or sets the revocation mode used by handlers to validate issuer certificates. (Inherited from ServiceConfiguration) |
![]() |
SaveBootstrapTokens | Gets or sets whether bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation. (Inherited from ServiceConfiguration) |
![]() |
SecurityTokenHandlerCollectionManager | Gets or sets the set of T:Microsoft.IdentityModel.Tokens.SecurityTokenHandler objects used for serializing and validating tokens found in WS-Trust messages. (Inherited from ServiceConfiguration) |
![]() |
SecurityTokenHandlers | Gets or sets the collection of SecurityTokenHandler objects used for serializing and validating tokens found in WS-Trust messages. If user wants to register their own token handler, they can simply add their own handler to this collection. (Inherited from ServiceConfiguration) |
![]() |
SecurityTokenService | Gets or sets the type of the SecurityTokenService. |
![]() |
ServiceCertificate | Gets or sets the service certificate. (Inherited from ServiceConfiguration) |
![]() |
ServiceTokenResolver | Gets or sets the Service token resolver. (Inherited from ServiceConfiguration) |
![]() |
SigningCredentials | Gets or sets the signing credentials. |
![]() |
TokenIssuerName | Gets the issuer name so that it can be reflected in the issued token. |
![]() |
TokenReplayCache | Gets or sets the TokenReplayCache that is used to detect replayed tokens. (Inherited from ServiceConfiguration) |
![]() |
TokenReplayCacheExpirationPeriod | Gets or sets the expiration period for items placed in the TokenReplayCache. (Inherited from ServiceConfiguration) |
![]() |
TrustedStoreLocation | Gets or sets the trusted store location used by handlers to validate issuer certificates. (Inherited from ServiceConfiguration) |
![]() |
TrustEndpoints | Gets the list of endpoints to enable for WS-Trust. |
![]() |
WSTrust13RequestSerializer | Gets or sets the WS-Trust 1.3 Request (RST) serializer. |
![]() |
WSTrust13ResponseSerializer | Gets or sets the WS-Trust 1.3 Response (RSTR) serializer. |
![]() |
WSTrustFeb2005RequestSerializer | Gets or sets the WS-Trust Feb 2005 Request (RST) serializer. |
![]() |
WSTrustFeb2005ResponseSerializer | Gets or sets the WS-Trust Feb 2005 Response (RSTR) serializer. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
CreateAggregateTokenResolver | Creates an aggregate token resolver with the service certificate and the service token resolver configured. (Inherited from ServiceConfiguration) |
![]() |
CreateSecurityTokenService | Creates an instance of SecurityTokenService from the type specified in SecurityTokenServiceConfiguration.SecurityTokenService. The method expects the type to implement a constructor that takes in the SecurityTokenServiceConfiguration. |
![]() |
Equals | (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
Initialize | Updates properties in the SecurityTokenHandlerConfiguration objects for the SecurityTokenHandlerCollection objects contained in SecurityTokenHandlerCollectionManager to be consistent with the property values on this ServiceConfiguration instance. (Inherited from ServiceConfiguration) |
![]() |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
LoadConfiguration | Loads the settings for the ServiceConfiguration from the application or web configuration file. (Inherited from ServiceConfiguration) |
![]() |
LoadHandlerConfiguration | Overloaded. (Inherited from ServiceConfiguration) |
![]() |
LoadHandlers | Loads the P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager defined for a given service. (Inherited from ServiceConfiguration) |
![]() |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
SecurityTokenServiceConfiguration Class
Microsoft.IdentityModel.Configuration Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.