Share via


ADExchangeServiceVirtualDirectory.DigestAuthentication Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property DigestAuthentication As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ADExchangeServiceVirtualDirectory
Dim value As Nullable(Of Boolean)

value = instance.DigestAuthentication

instance.DigestAuthentication = value
public Nullable<bool> DigestAuthentication { get; set; }

Property Value

Type: System.Nullable<Boolean>
Returns Nullable<T>.