Share via


ADExchangeServiceVirtualDirectory.AddOrRemoveAuthenticationMethod method

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

Syntax

'Declaration
Protected Shared Sub AddOrRemoveAuthenticationMethod ( _
    authenticationMethods As List(Of AuthenticationMethod), _
    authenticationMethodFlag As Nullable(Of Boolean), _
    ParamArray applicableAuthenticationMethods As AuthenticationMethod() _
)
'Usage
Dim authenticationMethods As List(Of AuthenticationMethod)
Dim authenticationMethodFlag As Nullable(Of Boolean)
Dim applicableAuthenticationMethods As AuthenticationMethod()

ADExchangeServiceVirtualDirectory.AddOrRemoveAuthenticationMethod(authenticationMethods, _
    authenticationMethodFlag, applicableAuthenticationMethods)
protected static void AddOrRemoveAuthenticationMethod(
    List<AuthenticationMethod> authenticationMethods,
    Nullable<bool> authenticationMethodFlag,
    params AuthenticationMethod[] applicableAuthenticationMethods
)

Parameters

  • applicableAuthenticationMethods
    Type: []

See also

Reference

ADExchangeServiceVirtualDirectory class

ADExchangeServiceVirtualDirectory members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace