DebugLogSwitch Constructor (String, String)
This class supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DebugLogSwitch class.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public DebugLogSwitch(
string name,
string description
)
public:
DebugLogSwitch(
String^ name,
String^ description
)
new :
name:string *
description:string -> DebugLogSwitch
Public Sub New (
name As String,
description As String
)
Parameters
name
Type: System.StringA name for the switch.
description
Type: System.StringA description for the switch.
See Also
DebugLogSwitch Class
System.Web.Security.SingleSignOn Namespace
Return to top