次の方法で共有


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 オブジェクトは既に破棄されています。

適用対象