A value of true indicates that file access requires SSL file permission processing with a minimum key size of 128 bits, with or without a client certificate.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AccessSsl128 As Boolean |
| C# |
|---|
| public bool AccessSsl128 { get; set; } |
| C++ |
|---|
| public property bool AccessSsl128 sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_AccessSsl128(); /** property */ public void set_AccessSsl128(bool value); |
| JScript |
|---|
| public function get AccessSsl128() : bool public function set AccessSsl128(value : bool); |
Property Value
Value indicating if AccessSsl128 is enabled or disabled.
See Also
Documentation version 1.0.0.0.