SPWindowsAuthenticationProvider.DisableKerberos property
取得或設定 Boolean 值,指定是否停用 Kerberos。
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'宣告
Public Property DisableKerberos As Boolean
Get
Set
'用途
Dim instance As SPWindowsAuthenticationProvider
Dim value As Boolean
value = instance.DisableKerberos
instance.DisableKerberos = value
public bool DisableKerberos { get; set; }
Property value
Type: System.Boolean
true如果已停用 Kerberos ;否則,請false。
請參閱
參照
SPWindowsAuthenticationProvider class