DebugLogSwitch Class
This class supports the AD FS infrastructure and is not intended to be used directly from your code. An abstract base class for debug tracing.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Diagnostics.Switch
System.Web.Security.SingleSignOn.DebugLogSwitch
Syntax
[ComVisibleAttribute(false)]
public class DebugLogSwitch : Switch
[ComVisibleAttribute(false)]
public ref class DebugLogSwitch : Switch
[<ComVisibleAttribute(false)>]
type DebugLogSwitch =
class
inherit Switch
end
<ComVisibleAttribute(False)>
Public Class DebugLogSwitch
Inherits Switch
Constructors
Name | Description | |
---|---|---|
DebugLogSwitch(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. |
Properties
Name | Description | |
---|---|---|
Attributes | (Inherited from Switch.) |
|
Description | (Inherited from Switch.) |
|
DisplayName | (Inherited from Switch.) |
|
Flags | This class supports the AD FS infrastructure and is not intended to be used directly from your code. Gets or sets debug tracing flags. |
|
SwitchSetting | (Inherited from Switch.) |
|
Value | (Inherited from Switch.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetSupportedAttributes() | (Inherited from Switch.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
OnSwitchSettingChanged() | (Inherited from Switch.) |
|
OnValueChanged() | (Inherited from Switch.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top