次の方法で共有


ServiceConfiguration メンバー

Defines the collection of configurable properties controlling the behavior of the Windows Identity Foundation.

次の表に、ServiceConfiguration 型によって公開されているメンバーを示します。

パブリック コンストラクター

  名前 説明
  ServiceConfiguration オーバーロードされています。  

このページのトップへ

パブリック フィールド

  名前 説明
public field static DefaultCertificateValidationMode  
public field static DefaultMaxClockSkew  
public field static DefaultRevocationMode  
public field static DefaultServiceName  
public field static DefaultTrustedStoreLocation  

このページのトップへ

パブリック プロパティ

  名前 説明
public property AudienceRestriction Gets or sets the AudienceRestriction.
public property CertificateValidationMode Gets or sets the certificate validation mode used by handlers to validate issuer certificates.
public property CertificateValidator Gets or sets the certificate validator used by handlers to validate issuer certificates.
public property ClaimsAuthenticationManager Gets or sets the ClaimsAuthenticationManager.
public property ClaimsAuthorizationManager Gets or sets the ClaimsAuthorizationManager.
public property DetectReplayedTokens Gets or sets detection of replaying of tokens by handlers in the default handler configuration.
public property DisableWsdl Gets or sets a Boolean value that specifies whether WSDL generation for the service is enabled. The default value is false.
public property ExceptionMapper Gets or sets the ExceptionMapper to be used when throwing exceptions.
public property IsInitialized  
public property IssuerNameRegistry Gets or sets the IssuerNameRegistry used to resolve issuer names.
public property IssuerTokenResolver Gets or sets the Issuer token resolver.
public property MaxClockSkew Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating.
public property Name Gets or sets the service name of this configuration.
public property RevocationMode Gets or sets the revocation mode used by handlers to validate issuer certificates.
public property SaveBootstrapTokens Gets or sets whether bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation.
public property SecurityTokenHandlerCollectionManager Gets or sets the set of T:Microsoft.IdentityModel.Tokens.SecurityTokenHandler objects used for serializing and validating tokens found in WS-Trust messages.
public property 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.
public property ServiceCertificate Gets or sets the service certificate.
public property ServiceTokenResolver Gets or sets the Service token resolver.
public property TokenReplayCache Gets or sets the TokenReplayCache that is used to detect replayed tokens.
public property TokenReplayCacheExpirationPeriod Gets or sets the expiration period for items placed in the TokenReplayCache.
public property TrustedStoreLocation Gets or sets the trusted store location used by handlers to validate issuer certificates.

このページのトップへ

パブリック メソッド

(プロテクト メソッド も参照してください)

  名前 説明
public method CreateAggregateTokenResolver Creates an aggregate token resolver with the service certificate and the service token resolver configured.
public method Equals  オーバーロードされています。 (Object から継承)
public method GetHashCode  (Object から継承)
public method GetType  (Object から継承)
public method 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.
public methodstatic ReferenceEquals  (Object から継承)
public method ToString  (Object から継承)

このページのトップへ

プロテクト メソッド

  名前 説明
protected method Finalize  (Object から継承)
protected method LoadConfiguration Loads the settings for the ServiceConfiguration from the application or web configuration file.
protected method LoadHandlerConfiguration オーバーロードされています。  
protected method LoadHandlers Loads the P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager defined for a given service.
protected method MemberwiseClone  (Object から継承)

このページのトップへ

関連項目

参照

ServiceConfiguration クラス
Microsoft.IdentityModel.Configuration 名前空間

Copyright © 2008 by Microsoft Corporation. All rights reserved.