Share via


SecurityCapabilities コンストラクター

定義

public:
 SecurityCapabilities(bool supportsClientAuth, bool supportsServerAuth, bool supportsClientWindowsIdentity, System::Net::Security::ProtectionLevel requestProtectionLevel, System::Net::Security::ProtectionLevel responseProtectionLevel);
public SecurityCapabilities (bool supportsClientAuth, bool supportsServerAuth, bool supportsClientWindowsIdentity, System.Net.Security.ProtectionLevel requestProtectionLevel, System.Net.Security.ProtectionLevel responseProtectionLevel);
new System.ServiceModel.Channels.SecurityCapabilities : bool * bool * bool * System.Net.Security.ProtectionLevel * System.Net.Security.ProtectionLevel -> System.ServiceModel.Channels.SecurityCapabilities
Public Sub New (supportsClientAuth As Boolean, supportsServerAuth As Boolean, supportsClientWindowsIdentity As Boolean, requestProtectionLevel As ProtectionLevel, responseProtectionLevel As ProtectionLevel)

パラメーター

supportsClientAuth
Boolean
supportsServerAuth
Boolean
supportsClientWindowsIdentity
Boolean
requestProtectionLevel
ProtectionLevel
responseProtectionLevel
ProtectionLevel

適用対象