A value of true indicates that SSL file access processing requests a certificate from the client. A value of false indicates that access continues if the client does not have a certificate. Some versions of Internet Explorer will close the connection if the server requests a certificate and a certificate is not available (even if
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AccessSslNegotiateCert As Boolean |
| C# |
|---|
| public bool AccessSslNegotiateCert { get; set; } |
| C++ |
|---|
| public property bool AccessSslNegotiateCert sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_AccessSslNegotiateCert(); /** property */ public void set_AccessSslNegotiateCert(bool value); |
| JScript |
|---|
| public function get AccessSslNegotiateCert() : bool public function set AccessSslNegotiateCert(value : bool); |
Property Value
Value indicating if AccessSslNegotiateCert is enabled or disabled.
See Also
Documentation version 1.0.0.0.