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 对象,包含有关当前安全连接的数据。

例外

适用于