ADMobileVirtualDirectory.ClientCertAuth Property

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

Syntax

'Declaration
Public Property ClientCertAuth As Nullable(Of ClientCertAuthTypes)
    Get
    Set
'Usage
Dim instance As ADMobileVirtualDirectory
Dim value As Nullable(Of ClientCertAuthTypes)

value = instance.ClientCertAuth

instance.ClientCertAuth = value
public Nullable<ClientCertAuthTypes> ClientCertAuth { get; set; }

Property Value

Type: System.Nullable<ClientCertAuthTypes>