Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the settings for a secure conversation service.
Schema Hierarchy
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior> of <serviceBehaviors>
<serviceCredentials>
<secureConversationAuthentication> of <serviceCredential>
Syntax
<secureConversationAuthentication securityStateEncoderType="String" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
securityStateEncoderType |
A string that specifies the type of SecurityStateEncoder to be used. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
Specifies the credential to be used in authenticating the service, and the client credential validation-related settings. |
Remarks
Use this configuration element to specify a list of known claim types for the Security Context Token (SCT) cookies serialization, as well as an encoder to encode and secure cookies information. For more information on SCT, see SecureConversationServiceCredential.
See Also
Reference
SecureConversationServiceElement
SecureConversationAuthentication
SecureConversationAuthentication
SecureConversationServiceCredential