WCF-Xtensions Class Reference for Mono
RequireClientCertificate Property (LiteHttpsTransportElement)






Gets or sets a value that indicates whether SSL client authentication is required.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="requireClientCertificate", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property RequireClientCertificate As System.Boolean
'Usage
 
Dim instance As LiteHttpsTransportElement
Dim value As System.Boolean
 
instance.RequireClientCertificate = value
 
value = instance.RequireClientCertificate
[System.Configuration.ConfigurationProperty(Name="requireClientCertificate", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public System.bool RequireClientCertificate {get; set;}
public read-write property RequireClientCertificate: System.Boolean; 
System.Configuration.ConfigurationPropertyAttribute(Name="requireClientCertificate", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set RequireClientCertificate : System.boolean
[System.Configuration.ConfigurationProperty(Name="requireClientCertificate", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property System.bool get_RequireClientCertificate();
public: __property void set_RequireClientCertificate( 
   System.bool value
);
[System.Configuration.ConfigurationProperty(Name="requireClientCertificate", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property System.bool RequireClientCertificate {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if SSL client authentication is required; otherwise, false. The default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LiteHttpsTransportElement Class
LiteHttpsTransportElement Members

Send Feedback