TcpClientCredentialType 列舉

定義

列舉 TCP 用戶端的有效認證型別。

public enum class TcpClientCredentialType
public enum TcpClientCredentialType
type TcpClientCredentialType = 
Public Enum TcpClientCredentialType
繼承
TcpClientCredentialType

欄位

Certificate 2

使用憑證指定用戶端驗證。

None 0

指定匿名驗證。

Windows 1

使用 Windows 指定用戶端驗證。

備註

ClientCredentialType 會使用這個列舉,來指定驗證所要使用的用戶端認證型別。

請注意,如果 SecurityMode 設為 TransportWithMessageCredential,則會忽略 TcpClientCredentialType 的值。

適用於