System.ServiceModel
4.0.0.0
System.Object
To be added.
Specifies authentication properties for the peer certificate.
Property
4.0.0.0
System.ServiceModel.Security.X509CertificateValidationMode
To be added.
To be added.
Gets or sets the certificate validation mode.
Property
4.0.0.0
System.IdentityModel.Selectors.X509CertificateValidator
To be added.
indigo1 provides a default client certificate validator that verifies the client certificate against the trusted people store and also checks that the certificate chains up to a valid root. A custom validator can be implemented to obtain a different behavior. This property allows a custom validator to be specified.
Gets or sets a custom client certificate validator.
Property
4.0.0.0
System.Security.Cryptography.X509Certificates.X509RevocationMode
To be added.
When using certificates, the system validates that the client certificate has not been revoked, by checking that the client certificate is not in the revoked certificate list. This check can be performed either by checking online or by checking against a cached revocation list. Revocation checking can be turned off by setting this property to NoCheck.
Gets or sets the certificate revocation mode.
Property
4.0.0.0
System.Security.Cryptography.X509Certificates.StoreLocation
To be added.
When using certificates, indigo1 security system validates the client certificate against a . The store location is specified using this parameter.
Gets or sets the trusted store location where the client certificate is validated.