共用方式為


LdapSessionOptions.SspiFlag 屬性

定義

SspiFlag 屬性會指定要傳遞至安全性支援提供者介面 (SSPI) InitializeSecurityContext 函式的旗標。 如需 InitializeSecurityContext 函式的詳細資訊,請參閱 InitializeSecurityContext 函式一文。

public:
 property int SspiFlag { int get(); void set(int value); };
public int SspiFlag { get; set; }
member this.SspiFlag : int with get, set
Public Property SspiFlag As Integer

屬性值

要傳遞至 SSPI InitializeSecurityContext 函式的旗標。

例外狀況

LdapConnection 物件已經過處置。

適用於