System.ServiceModel
4.0.0.0
System.Configuration.ConfigurationElement
To be added.
Defines the security configuration settings for message sent using HTTP.
Constructor
4.0.0.0
To be added.
To be added.
Property
4.0.0.0
System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.SecurityAlgorithmSuiteConverter))
System.Configuration.ConfigurationProperty("algorithmSuite", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Security.SecurityAlgorithmSuite
To be added.
To be added.
Gets or sets the message encryption and key-wrap algorithms used to secure an HTTP message.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.MessageCredentialType
To be added.
To be added.
Specifies the type of credential to be used when performing client authentication using message-based security or TransportWithMessageCredential.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("negotiateServiceCredential", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
This property specifies whether the service credential is provisioned at the client out-of-band or is obtained from the service to the client through a process of negotiation. Such a negotiation is a precursor to the usual message exchange.
If the property is equal to Anonymous, , or , setting this property to false implies that the service certificate is available at the client out-of-band, and that the client must specify the property of class. This mode is interoperable with SOAP stacks that implement WS-Trust and WS-SecureConversation.
If the property is equal to , setting this property to false causes a Kerberos-based authentication. This requires that the client and service be part of a Kerberos domain. This mode is interoperable with SOAP stacks that implement the Kerberos token profile (as defined at OASIS WSS TC) as well as WS-Trust and WS-SecureConversation.
When this property is true, it causes a .NET SOAP negotiation that tunnels SPNego exchange over SOAP messages.
This property indicates whether the service credential is negotiated automatically between the client and the service. If this property is true, then such negotiation occurs. If this property is false, then the service credentials must be specified at the client before communication with the service can occur.
If this property is set to false, and the binding is configured to use Windows as a client credential type, the service account must be associated with a Service Principal Name (SPN). To do this, run the service under the NETWORK SERVICE account, or LOCAL SYSTEM account. Alternatively, use the SetSpn.exe tool to create an SPN for the service account. In either case, the client must use the correct SPN in the <servicePrincipalName> element, or by using the constructor. For more information, see Specifying the Identity.
Gets or sets a Boolean value that specifies whether the service credential is provisioned at the client out-of-band, or is obtained from the service to the client through a process of negotiation.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
Gets a instance that contains a collection of objects that can be attributes or objects of this configuration element.