Defines the collection of configurable properties controlling the behavior of the Windows Identity Foundation.
下表列出了 ServiceConfiguration 类型公开的成员。
Public 构造函数
| 名称 | 说明 | |
|---|---|---|
| ServiceConfiguration | 已重载。 | 
页首
Public 字段
| 名称 | 说明 | |
|---|---|---|
| .gif)  .gif) | DefaultCertificateValidationMode | |
| .gif)  .gif) | DefaultMaxClockSkew | |
| .gif)  .gif) | DefaultRevocationMode | |
| .gif)  .gif) | DefaultServiceName | |
| .gif)  .gif) | DefaultTrustedStoreLocation | 
页首
Public 属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | AudienceRestriction | Gets or sets the AudienceRestriction. | 
| .gif) | CertificateValidationMode | Gets or sets the certificate validation mode used by handlers to validate issuer certificates. | 
| .gif) | CertificateValidator | Gets or sets the certificate validator used by handlers to validate issuer certificates. | 
| .gif) | ClaimsAuthenticationManager | Gets or sets the ClaimsAuthenticationManager. | 
| .gif) | ClaimsAuthorizationManager | Gets or sets the ClaimsAuthorizationManager. | 
| .gif) | DetectReplayedTokens | Gets or sets detection of replaying of tokens by handlers in the default handler configuration. | 
| .gif) | DisableWsdl | Gets or sets a Boolean value that specifies whether WSDL generation for the service is enabled. The default value is false. | 
| .gif) | ExceptionMapper | Gets or sets the ExceptionMapper to be used when throwing exceptions. | 
| .gif) | IsInitialized | |
| .gif) | IssuerNameRegistry | Gets or sets the IssuerNameRegistry used to resolve issuer names. | 
| .gif) | IssuerTokenResolver | Gets or sets the Issuer token resolver. | 
| .gif) | MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. | 
| .gif) | Name | Gets or sets the service name of this configuration. | 
| .gif) | RevocationMode | Gets or sets the revocation mode used by handlers to validate issuer certificates. | 
| .gif) | SaveBootstrapTokens | Gets or sets whether bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation. | 
| .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. | 
| .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. | 
| .gif) | ServiceCertificate | Gets or sets the service certificate. | 
| .gif) | ServiceTokenResolver | Gets or sets the Service token resolver. | 
| .gif) | TokenReplayCache | Gets or sets the TokenReplayCache that is used to detect replayed tokens. | 
| .gif) | TokenReplayCacheExpirationPeriod | Gets or sets the expiration period for items placed in the TokenReplayCache. | 
| .gif) | TrustedStoreLocation | Gets or sets the trusted store location used by handlers to validate issuer certificates. | 
页首
Public 方法
(另请参阅 Protected 方法)
| 名称 | 说明 | |
|---|---|---|
| .gif) | CreateAggregateTokenResolver | Creates an aggregate token resolver with the service certificate and the service token resolver configured. | 
| .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. | 
| .gif) .gif) | ReferenceEquals | (从 Object 继承) | 
| .gif) | ToString | (从 Object 继承) | 
页首
Protected 方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Finalize | (从 Object 继承) | 
| .gif) | LoadConfiguration | Loads the settings for the ServiceConfiguration from the application or web configuration file. | 
| .gif) | LoadHandlerConfiguration | 已重载。 | 
| .gif) | LoadHandlers | Loads the P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager defined for a given service. | 
| .gif) | MemberwiseClone | (从 Object 继承) | 
页首
请参见
参考
ServiceConfiguration 类
Microsoft.IdentityModel.Configuration 命名空间
版权所有 (C) 2008 Microsoft Corporation。保留所有权利。