AccessSslMapCert Property

MSBuild

A value of true indicates that SSL file permission processing maps a client certificate to a Microsoft Windows ® operating system user-account. The AccessSslNegotiateCert property must also be set to true for the mapping to occur.


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

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.