Defines the configuration specific to a security token service (STS).

В следующей таблице перечислены члены, предоставляемые типом SecurityTokenServiceConfiguration.

Открытый Конструкторы

  Имя Описание
SecurityTokenServiceConfiguration Перегружено.  
Вверх

Открытый Поля

  Имя Описание
public fieldstatic DefaultCertificateValidationMode  (унаследовано от ServiceConfiguration)
public fieldstatic DefaultMaxClockSkew  (унаследовано от ServiceConfiguration)
public fieldstatic DefaultRevocationMode  (унаследовано от ServiceConfiguration)
public fieldstatic DefaultServiceName  (унаследовано от ServiceConfiguration)
public fieldstatic DefaultTrustedStoreLocation  (унаследовано от ServiceConfiguration)
Вверх

Открытый Свойства

  Имя Описание
public property AudienceRestriction  Gets or sets the AudienceRestriction. (унаследовано от ServiceConfiguration)
public property CertificateValidationMode  Gets or sets the certificate validation mode used by handlers to validate issuer certificates. (унаследовано от ServiceConfiguration)
public property CertificateValidator  Gets or sets the certificate validator used by handlers to validate issuer certificates. (унаследовано от ServiceConfiguration)
public property ClaimsAuthenticationManager  Gets or sets the ClaimsAuthenticationManager. (унаследовано от ServiceConfiguration)
public property ClaimsAuthorizationManager  Gets or sets the ClaimsAuthorizationManager. (унаследовано от ServiceConfiguration)
public property DefaultMaxSymmetricKeySizeInBits Gets or sets the default key size limit in bits used check if the KeySize specified in the request is within this limit.
public property DefaultSymmetricKeySizeInBits Gets or sets the default key size in bits used in the issued token.
public property DefaultTokenLifetime Gets or sets the default lifetime (defaultTokenLifetime property) used in the issued tokens.
public property 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”
public property DetectReplayedTokens  Gets or sets detection of replaying of tokens by handlers in the default handler configuration. (унаследовано от ServiceConfiguration)
public property DisableWsdl  Gets or sets a Boolean value that specifies whether WSDL generation for the service is enabled. The default value is false. (унаследовано от ServiceConfiguration)
public property ExceptionMapper  Gets or sets the ExceptionMapper to be used when throwing exceptions. (унаследовано от ServiceConfiguration)
public property IsInitialized  (унаследовано от ServiceConfiguration)
public property IssuerNameRegistry  Gets or sets the IssuerNameRegistry used to resolve issuer names. (унаследовано от ServiceConfiguration)
public property IssuerTokenResolver  Gets or sets the Issuer token resolver. (унаследовано от ServiceConfiguration)
public property MaxClockSkew  Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. (унаследовано от ServiceConfiguration)
public property MaximumTokenLifetime Gets or sets the maximum token lifetime for issued tokens.
public property Name  Gets or sets the service name of this configuration. (унаследовано от ServiceConfiguration)
public property RevocationMode  Gets or sets the revocation mode used by handlers to validate issuer certificates. (унаследовано от ServiceConfiguration)
public property SaveBootstrapTokens  Gets or sets whether bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation. (унаследовано от ServiceConfiguration)
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.  (унаследовано от ServiceConfiguration)
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. (унаследовано от ServiceConfiguration)
public property SecurityTokenService Gets or sets the type of the SecurityTokenService.
public property ServiceCertificate  Gets or sets the service certificate. (унаследовано от ServiceConfiguration)
public property ServiceTokenResolver  Gets or sets the Service token resolver. (унаследовано от ServiceConfiguration)
public property SigningCredentials Gets or sets the signing credentials.
public property TokenIssuerName Gets the issuer name so that it can be reflected in the issued token.
public property TokenReplayCache  Gets or sets the TokenReplayCache that is used to detect replayed tokens. (унаследовано от ServiceConfiguration)
public property TokenReplayCacheExpirationPeriod  Gets or sets the expiration period for items placed in the TokenReplayCache. (унаследовано от ServiceConfiguration)
public property TrustedStoreLocation  Gets or sets the trusted store location used by handlers to validate issuer certificates. (унаследовано от ServiceConfiguration)
public property TrustEndpoints Gets the list of endpoints to enable for WS-Trust.
public property WSTrust13RequestSerializer Gets or sets the WS-Trust 1.3 Request (RST) serializer.
public property WSTrust13ResponseSerializer Gets or sets the WS-Trust 1.3 Response (RSTR) serializer.
public property WSTrustFeb2005RequestSerializer Gets or sets the WS-Trust Feb 2005 Request (RST) serializer.
public property WSTrustFeb2005ResponseSerializer Gets or sets the WS-Trust Feb 2005 Response (RSTR) serializer.
Вверх

Открытый Методы (см. также Защищенный Методы)

  Имя Описание
public method CreateAggregateTokenResolver  Creates an aggregate token resolver with the service certificate and the service token resolver configured. (унаследовано от ServiceConfiguration)
public method 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.
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. (унаследовано от ServiceConfiguration)
public methodstatic ReferenceEquals  (унаследовано от Object)
public method ToString  (унаследовано от Object)
Вверх

Защищенный Методы

  Имя Описание
protected method Finalize  (унаследовано от Object)
protected method LoadConfiguration  (унаследовано от ServiceConfiguration)
protected method LoadHandlerConfiguration  Перегружено. (унаследовано от ServiceConfiguration)
protected method LoadHandlers  (унаследовано от ServiceConfiguration)
protected method MemberwiseClone  (унаследовано от Object)
Вверх

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.