CreateVirtualDirectory.

AccessSslRequireCert Property

Summary

Indicates whether SSL file access processing requests a certificate from the client. If the client provides no certificate, the connection is closed. NAnt.Contrib.Tasks.Web.CreateVirtualDirectory.AccessSslNegotiateCert must also be set to true when using NAnt.Contrib.Tasks.Web.CreateVirtualDirectory.AccessSslRequireCert. The default is false.

Syntax

[TaskAttribute("accesssslrequirecert"), IisProperty]
public bool AccessSslRequireCert { get; set; }

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool