Defines the configuration specific to a security token service (STS).
下表列出了 SecurityTokenServiceConfiguration 类型公开的成员。
Public 构造函数
| 名称 | 说明 | |
|---|---|---|
| SecurityTokenServiceConfiguration | 已重载。 | 
页首
Public 字段
页首
Public 属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | AudienceRestriction | Gets or sets the AudienceRestriction. (从 ServiceConfiguration 继承) | 
| .gif) | CertificateValidationMode | Gets or sets the certificate validation mode used by handlers to validate issuer certificates. (从 ServiceConfiguration 继承) | 
| .gif) | CertificateValidator | Gets or sets the certificate validator used by handlers to validate issuer certificates. (从 ServiceConfiguration 继承) | 
| .gif) | ClaimsAuthenticationManager | Gets or sets the ClaimsAuthenticationManager. (从 ServiceConfiguration 继承) | 
| .gif) | ClaimsAuthorizationManager | Gets or sets the ClaimsAuthorizationManager. (从 ServiceConfiguration 继承) | 
| .gif) | DefaultMaxSymmetricKeySizeInBits | Gets or sets the default key size limit in bits used check if the KeySize specified in the request is within this limit. | 
| .gif) | DefaultSymmetricKeySizeInBits | Gets or sets the default key size in bits used in the issued token. | 
| .gif) | DefaultTokenLifetime | Gets or sets the default lifetime (defaultTokenLifetime property) used in the issued tokens. | 
| .gif) | 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” | 
| .gif) | DetectReplayedTokens | Gets or sets detection of replaying of tokens by handlers in the default handler configuration. (从 ServiceConfiguration 继承) | 
| .gif) | DisableWsdl | Gets or sets a Boolean value that specifies whether WSDL generation for the service is enabled. The default value is false. (从 ServiceConfiguration 继承) | 
| .gif) | ExceptionMapper | Gets or sets the ExceptionMapper to be used when throwing exceptions. (从 ServiceConfiguration 继承) | 
| .gif) | IsInitialized | (从 ServiceConfiguration 继承) | 
| .gif) | IssuerNameRegistry | Gets or sets the IssuerNameRegistry used to resolve issuer names. (从 ServiceConfiguration 继承) | 
| .gif) | IssuerTokenResolver | Gets or sets the Issuer token resolver. (从 ServiceConfiguration 继承) | 
| .gif) | MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. (从 ServiceConfiguration 继承) | 
| .gif) | MaximumTokenLifetime | Gets or sets the maximum token lifetime for issued tokens. | 
| .gif) | Name | Gets or sets the service name of this configuration. (从 ServiceConfiguration 继承) | 
| .gif) | RevocationMode | Gets or sets the revocation mode used by handlers to validate issuer certificates. (从 ServiceConfiguration 继承) | 
| .gif) | SaveBootstrapTokens | Gets or sets whether bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation. (从 ServiceConfiguration 继承) | 
| .gif) | SecurityTokenHandlerCollectionManager | Gets or sets the set of T:Microsoft.IdentityModel.Tokens.SecurityTokenHandler objects used for serializing and validating tokens found in WS-Trust messages. (从 ServiceConfiguration 继承) | 
| .gif) | SecurityTokenHandlers | Gets or sets the collection of T:Microsoft.IdentityModel.Tokens.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. (从 ServiceConfiguration 继承) | 
| .gif) | SecurityTokenService | Gets or sets the type of the SecurityTokenService. | 
| .gif) | ServiceCertificate | Gets or sets the service certificate. (从 ServiceConfiguration 继承) | 
| .gif) | ServiceTokenResolver | Gets or sets the Service token resolver. (从 ServiceConfiguration 继承) | 
| .gif) | SigningCredentials | Gets or sets the signing credentials. | 
| .gif) | TokenIssuerName | Gets the issuer name so that it can be reflected in the issued token. | 
| .gif) | TokenReplayCache | Gets or sets the TokenReplayCache that is used to detect replayed tokens. (从 ServiceConfiguration 继承) | 
| .gif) | TokenReplayCacheExpirationPeriod | Gets or sets the expiration period for items placed in the TokenReplayCache. (从 ServiceConfiguration 继承) | 
| .gif) | TrustedStoreLocation | Gets or sets the trusted store location used by handlers to validate issuer certificates. (从 ServiceConfiguration 继承) | 
| .gif) | TrustEndpoints | Gets the list of endpoints to enable for WS-Trust. | 
| .gif) | WSTrust13RequestSerializer | Gets or sets the WS-Trust 1.3 Request (RST) serializer. | 
| .gif) | WSTrust13ResponseSerializer | Gets or sets the WS-Trust 1.3 Response (RSTR) serializer. | 
| .gif) | WSTrustFeb2005RequestSerializer | Gets or sets the WS-Trust Feb 2005 Request (RST) serializer. | 
| .gif) | WSTrustFeb2005ResponseSerializer | Gets or sets the WS-Trust Feb 2005 Response (RSTR) serializer. | 
页首
Public 方法
(另请参阅 Protected 方法)
| 名称 | 说明 | |
|---|---|---|
| .gif) | CreateAggregateTokenResolver | Creates an aggregate token resolver with the service certificate and the service token resolver configured. (从 ServiceConfiguration 继承) | 
| .gif) | 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. | 
| .gif) | Equals | 已重载。 (从 Object 继承) | 
| .gif) | GetHashCode | (从 Object 继承) | 
| .gif) | GetType | (从 Object 继承) | 
| .gif) | Initialize | Updates properties in the T:Microsoft.IdentityModel.Tokens.SecurityTokenHandlerConfiguration objects for the T:Microsoft.IdentityModel.Tokens.SecurityTokenHandlerCollection objects contained in P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager to be consistent with the property values on this T:Microsoft.IdentityModel.Configuration.ServiceConfiguration instance. (从 ServiceConfiguration 继承) | 
| .gif) .gif) | ReferenceEquals | (从 Object 继承) | 
| .gif) | ToString | (从 Object 继承) | 
页首
Protected 方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Finalize | (从 Object 继承) | 
| .gif) | LoadConfiguration | (从 ServiceConfiguration 继承) | 
| .gif) | LoadHandlerConfiguration | 已重载。 (从 ServiceConfiguration 继承) | 
| .gif) | LoadHandlers | (从 ServiceConfiguration 继承) | 
| .gif) | MemberwiseClone | (从 Object 继承) | 
页首
请参见
参考
SecurityTokenServiceConfiguration 类
Microsoft.IdentityModel.Configuration 命名空间
版权所有 (C) 2008 Microsoft Corporation。保留所有权利。
.gif)