SecurityTokenServiceConfiguration 멤버
Defines the configuration specific to a security token service (STS).
다음 표에서는 SecurityTokenServiceConfiguration 유형에서 제공하는 멤버를 나열합니다.
공용 생성자
이름 | 설명 | |
---|---|---|
SecurityTokenServiceConfiguration | 오버로드되었습니다. |
위
공용 필드
위
공용 속성
이름 | 설명 | |
---|---|---|
AudienceRestriction | Gets or sets the AudienceRestriction. (ServiceConfiguration에서 상속) | |
CertificateValidationMode | Gets or sets the certificate validation mode used by handlers to validate issuer certificates. (ServiceConfiguration에서 상속) | |
CertificateValidator | Gets or sets the certificate validator used by handlers to validate issuer certificates. (ServiceConfiguration에서 상속) | |
ClaimsAuthenticationManager | Gets or sets the ClaimsAuthenticationManager. (ServiceConfiguration에서 상속) | |
ClaimsAuthorizationManager | Gets or sets the ClaimsAuthorizationManager. (ServiceConfiguration에서 상속) | |
DefaultMaxSymmetricKeySizeInBits | Gets or sets the default key size limit in bits used check if the KeySize specified in the request is within this limit. | |
DefaultSymmetricKeySizeInBits | Gets or sets the default key size in bits used in the issued token. | |
DefaultTokenLifetime | Gets or sets the default lifetime (defaultTokenLifetime property) used in the issued tokens. | |
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” | |
DetectReplayedTokens | Gets or sets detection of replaying of tokens by handlers in the default handler configuration. (ServiceConfiguration에서 상속) | |
DisableWsdl | Gets or sets a Boolean value that specifies whether WSDL generation for the service is enabled. The default value is false. (ServiceConfiguration에서 상속) | |
ExceptionMapper | Gets or sets the ExceptionMapper to be used when throwing exceptions. (ServiceConfiguration에서 상속) | |
IsInitialized | (ServiceConfiguration에서 상속) | |
IssuerNameRegistry | Gets or sets the IssuerNameRegistry used to resolve issuer names. (ServiceConfiguration에서 상속) | |
IssuerTokenResolver | Gets or sets the Issuer token resolver. (ServiceConfiguration에서 상속) | |
MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. (ServiceConfiguration에서 상속) | |
MaximumTokenLifetime | Gets or sets the maximum token lifetime for issued tokens. | |
Name | Gets or sets the service name of this configuration. (ServiceConfiguration에서 상속) | |
RevocationMode | Gets or sets the revocation mode used by handlers to validate issuer certificates. (ServiceConfiguration에서 상속) | |
SaveBootstrapTokens | Gets or sets whether bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation. (ServiceConfiguration에서 상속) | |
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에서 상속) | |
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에서 상속) | |
SecurityTokenService | Gets or sets the type of the SecurityTokenService. | |
ServiceCertificate | Gets or sets the service certificate. (ServiceConfiguration에서 상속) | |
ServiceTokenResolver | Gets or sets the Service token resolver. (ServiceConfiguration에서 상속) | |
SigningCredentials | Gets or sets the signing credentials. | |
TokenIssuerName | Gets the issuer name so that it can be reflected in the issued token. | |
TokenReplayCache | Gets or sets the TokenReplayCache that is used to detect replayed tokens. (ServiceConfiguration에서 상속) | |
TokenReplayCacheExpirationPeriod | Gets or sets the expiration period for items placed in the TokenReplayCache. (ServiceConfiguration에서 상속) | |
TrustedStoreLocation | Gets or sets the trusted store location used by handlers to validate issuer certificates. (ServiceConfiguration에서 상속) | |
TrustEndpoints | Gets the list of endpoints to enable for WS-Trust. | |
WSTrust13RequestSerializer | Gets or sets the WS-Trust 1.3 Request (RST) serializer. | |
WSTrust13ResponseSerializer | Gets or sets the WS-Trust 1.3 Response (RSTR) serializer. | |
WSTrustFeb2005RequestSerializer | Gets or sets the WS-Trust Feb 2005 Request (RST) serializer. | |
WSTrustFeb2005ResponseSerializer | Gets or sets the WS-Trust Feb 2005 Response (RSTR) serializer. |
위
공용 메서드
(보호 메서드 참조)
이름 | 설명 | |
---|---|---|
CreateAggregateTokenResolver | Creates an aggregate token resolver with the service certificate and the service token resolver configured. (ServiceConfiguration에서 상속) | |
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. | |
Equals | 오버로드되었습니다. (Object에서 상속) | |
GetHashCode | (Object에서 상속) | |
GetType | (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. (ServiceConfiguration에서 상속) | |
ReferenceEquals | (Object에서 상속) | |
ToString | (Object에서 상속) |
위
보호 메서드
이름 | 설명 | |
---|---|---|
Finalize | (Object에서 상속) | |
LoadConfiguration | (ServiceConfiguration에서 상속) | |
LoadHandlerConfiguration | 오버로드되었습니다. (ServiceConfiguration에서 상속) | |
LoadHandlers | (ServiceConfiguration에서 상속) | |
MemberwiseClone | (Object에서 상속) |
위
참고 항목
참조
SecurityTokenServiceConfiguration 클래스
Microsoft.IdentityModel.Configuration 네임스페이스
Copyright © 2008 by Microsoft Corporation.모든 권리 보유.