System.ServiceModel
4.0.0.0
System.Configuration.ConfigurationElement
To be added.
Represents a configuration element that specifies authentication settings for a service certificate. 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("certificateValidationMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Security.X509CertificateValidationMode
To be added.
To be added.
Gets or sets the certificate validation mode.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)
System.String
To be added.
indigo1 provides a default service certificate validator that verifies the service certificate against the trusted people store. It also verifies that the certificate chains up to a valid root. You can implement a custom validator to specify a different behavior and use this property to point to the custom validator.
Gets or sets the type of custom service certificate validator to be used.
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("revocationMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Security.Cryptography.X509Certificates.X509RevocationMode
To be added.
The system verifies that the service certificate has not been revoked by looking it up in the revoked certificate list. This check can be performed either by checking online or against a cached revocation list. Revocation checking can be turned off by setting this property to .
Gets or sets the certificate revocation mode.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Security.Cryptography.X509Certificates.StoreLocation
To be added.
indigo1 security system validates the service certificate against a . The store location is specified using this property.
Gets or sets the trusted store location where the service certificate is validated.