ServiceConfiguration (Miembros)
Defines the collection of configurable properties controlling the behavior of the Windows Identity Foundation.
En las tablas siguientes se enumeran los miembros expuestos por el tipo ServiceConfiguration.
Público Constructores
Nombre | Descripción | |
---|---|---|
ServiceConfiguration | Sobrecargado. |
Arriba
Público Campos
Nombre | Descripción | |
---|---|---|
DefaultCertificateValidationMode | ||
DefaultMaxClockSkew | ||
DefaultRevocationMode | ||
DefaultServiceName | ||
DefaultTrustedStoreLocation |
Arriba
Público Propiedades
Nombre | Descripción | |
---|---|---|
AudienceRestriction | Gets or sets the AudienceRestriction. | |
CertificateValidationMode | Gets or sets the certificate validation mode used by handlers to validate issuer certificates. | |
CertificateValidator | Gets or sets the certificate validator used by handlers to validate issuer certificates. | |
ClaimsAuthenticationManager | Gets or sets the ClaimsAuthenticationManager. | |
ClaimsAuthorizationManager | Gets or sets the ClaimsAuthorizationManager. | |
DetectReplayedTokens | Gets or sets detection of replaying of tokens by handlers in the default handler configuration. | |
DisableWsdl | Gets or sets a Boolean value that specifies whether WSDL generation for the service is enabled. The default value is false. | |
ExceptionMapper | Gets or sets the ExceptionMapper to be used when throwing exceptions. | |
IsInitialized | ||
IssuerNameRegistry | Gets or sets the IssuerNameRegistry used to resolve issuer names. | |
IssuerTokenResolver | Gets or sets the Issuer token resolver. | |
MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. | |
Name | Gets or sets the service name of this configuration. | |
RevocationMode | Gets or sets the revocation mode used by handlers to validate issuer certificates. | |
SaveBootstrapTokens | Gets or sets whether bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation. | |
SecurityTokenHandlerCollectionManager | Gets or sets the set of T:Microsoft.IdentityModel.Tokens.SecurityTokenHandler objects used for serializing and validating tokens found in WS-Trust messages. | |
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. | |
ServiceCertificate | Gets or sets the service certificate. | |
ServiceTokenResolver | Gets or sets the Service token resolver. | |
TokenReplayCache | Gets or sets the TokenReplayCache that is used to detect replayed tokens. | |
TokenReplayCacheExpirationPeriod | Gets or sets the expiration period for items placed in the TokenReplayCache. | |
TrustedStoreLocation | Gets or sets the trusted store location used by handlers to validate issuer certificates. |
Arriba
Público Métodos
(vea también Protegido Métodos)
Nombre | Descripción | |
---|---|---|
CreateAggregateTokenResolver | Creates an aggregate token resolver with the service certificate and the service token resolver configured. | |
Equals | Sobrecargado. (Se hereda de Object) | |
GetHashCode | (Se hereda de Object) | |
GetType | (Se hereda de Object) | |
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. | |
ReferenceEquals | (Se hereda de Object) | |
ToString | (Se hereda de Object) |
Arriba
Protegido Métodos
Nombre | Descripción | |
---|---|---|
Finalize | (Se hereda de Object) | |
LoadConfiguration | Loads the settings for the ServiceConfiguration from the application or web configuration file. | |
LoadHandlerConfiguration | Sobrecargado. | |
LoadHandlers | Loads the P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager defined for a given service. | |
MemberwiseClone | (Se hereda de Object) |
Arriba
Vea también
Referencia
ServiceConfiguration (Clase)
Microsoft.IdentityModel.Configuration (Espacio de nombres)
Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.