共用方式為


LdapSessionOptions.SslInformation 屬性

定義

SslInformation 屬性包含 SecurityPackageContextConnectionInformation 物件,該物件包含關於目前安全連接的資料。

public:
 property System::DirectoryServices::Protocols::SecurityPackageContextConnectionInformation ^ SslInformation { System::DirectoryServices::Protocols::SecurityPackageContextConnectionInformation ^ get(); };
public System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation SslInformation { get; }
member this.SslInformation : System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation
Public ReadOnly Property SslInformation As SecurityPackageContextConnectionInformation

屬性值

SecurityPackageContextConnectionInformation 物件,包含關於目前安全連接的資料。

例外狀況

LdapConnection 物件已經過處置。

適用於