Compartir a través de


SecurityCapabilities Constructor

Definición

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)

Parámetros

supportsClientAuth
Boolean
supportsServerAuth
Boolean
supportsClientWindowsIdentity
Boolean
requestProtectionLevel
ProtectionLevel
responseProtectionLevel
ProtectionLevel

Se aplica a