A value of true indicates that SSL file permission processing maps a client certificate to a Microsoft Windows ® operating system user-account. The
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AccessSslMapCert As Boolean |
C# |
---|
public bool AccessSslMapCert { get; set; } |
C++ |
---|
public property bool AccessSslMapCert sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AccessSslMapCert(); /** property */ public void set_AccessSslMapCert(bool value); |
JScript |
---|
public function get AccessSslMapCert() : bool public function set AccessSslMapCert(value : bool); |
Property Value
Value indicating if AccessSslMapCert is enabled or disabled.
See Also
Documentation version 1.0.0.0.