LdapSessionOptions.SslInformation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 物件已經過處置。