AdamInstance.SslPort 属性

定义

获取此 AD LDS 实例的 SSL 端口号。Gets the SSL port number of this AD LDS instance.

public:
 property int SslPort { int get(); };
public int SslPort { get; }
member this.SslPort : int
Public ReadOnly Property SslPort As Integer

属性值

Int32

一个 Int32 值,其中包含此 AD LDS 实例的 SSL 端口号。A Int32 value that contains the SSL port number of this AD LDS instance.

例外

已释放此对象。The object has been disposed.

适用于