共用方式為


SPWindowsAuthenticationProvider.UseWindowsIntegratedAuthentication property

取得或設定 Boolean 值,指定是否要使用整合式 Windows 驗證。

Namespace:  Microsoft.SharePoint.AdministrationOperation
Assembly:  Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)

Syntax

'宣告
Public Property UseWindowsIntegratedAuthentication As Boolean
    Get
    Set
'用途
Dim instance As SPWindowsAuthenticationProvider
Dim value As Boolean

value = instance.UseWindowsIntegratedAuthentication

instance.UseWindowsIntegratedAuthentication = value
public bool UseWindowsIntegratedAuthentication { get; set; }

Property value

Type: System.Boolean
true如果使用整合式 Windows 驗證 ;否則false。

請參閱

參照

SPWindowsAuthenticationProvider class

SPWindowsAuthenticationProvider members

Microsoft.SharePoint.AdministrationOperation namespace