System.ServiceModel
4.0.0.0
System.ServiceModel.Configuration.BindingElementExtensionElement
To be added.
Represents a base class with members common to an element that is used to configure security settings.
Constructor
4.0.0.0
To be added.
To be added.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("allowSerializedSigningTokenOnReply", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a boolean value that specifies whether a serialized token can be used on reply.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("authenticationMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.AuthenticationMode
To be added.
To be added.
Gets or sets the authentication setting used for message exchange.
Property
4.0.0.0
System.Type
To be added.
To be added.
Gets the type of this binding element.
Method
4.0.0.0
System.ServiceModel.Channels.BindingElement
To be added.
Creates a custom binding element object from the setting of this instance.
A custom object.
Property
4.0.0.0
System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.SecurityAlgorithmSuiteConverter))
System.Configuration.ConfigurationProperty("defaultAlgorithmSuite", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Security.SecurityAlgorithmSuite
To be added.
To be added.
Gets or sets the default algorithm suite for this binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("includeTimestamp", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that specifies whether each message contains a timestamp.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("issuedTokenParameters", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.IssuedTokenParametersElement
To be added.
To be added.
Gets the configuration element that specifies the current issued token.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("keyEntropyMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Security.SecurityKeyEntropyMode
To be added.
To be added.
Gets or sets the source of entropy used to create keys.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("localClientSettings", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.LocalClientSecuritySettingsElement
To be added.
To be added.
Gets the local client security settings for this binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("localServiceSettings", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.LocalServiceSecuritySettingsElement
To be added.
To be added.
Gets the local service security settings for this binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("messageProtectionOrder", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Security.MessageProtectionOrder
To be added.
To be added.
Gets or sets the order of message encryption and signing for this binding.
Property
4.0.0.0
System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.MessageSecurityVersionConverter))
System.Configuration.ConfigurationProperty("messageSecurityVersion", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.MessageSecurityVersion
To be added.
To be added.
Gets or sets the version used for message security.
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.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("requireDerivedKeys", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that specifies whether derived keys are required.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("requireSecurityContextCancellation", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that specifies whether security context should be cancelled and terminated when it is no longer required.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("requireSignatureConfirmation", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that specifies whether message signatures must be confirmed.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("securityHeaderLayout", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Channels.SecurityHeaderLayout
To be added.
To be added.
Gets or sets the order of elements in the security header for this binding.