System.ServiceModel
4.0.0.0
System.Configuration.ConfigurationElement
To be added.
Represents a configuration element that controls authentication parameters for the HTTP transport. This class cannot be inherited.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.HttpClientCredentialType
To be added.
To be added.
Gets or sets the type of client credential to be used for authentication.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("extendedProtectionPolicy", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("proxyCredentialType", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.HttpProxyCredentialType
To be added.
To be added.
Gets or sets the type of client credential to be used for authentication against the proxy.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("realm", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)
System.String
To be added.
An authentication realm is a string that contains at least the name of the host performing the authentication. It can also specify a collection of users that has access.
A user can query the authentication realm to understand which one of the several possible usernames and passwords can be used.
Gets or sets the authentication realm for digest or basic authentication.