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
System_CAPS_pubmethod 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
System_CAPS_pubproperty Attributes

(Inherited from Switch.)

System_CAPS_pubproperty Description

(Inherited from Switch.)

System_CAPS_pubproperty DisplayName

(Inherited from Switch.)

System_CAPS_pubproperty 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.

System_CAPS_protproperty SwitchSetting

(Inherited from Switch.)

System_CAPS_protproperty Value

(Inherited from Switch.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_protmethod GetSupportedAttributes()

(Inherited from Switch.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnSwitchSettingChanged()

(Inherited from Switch.)

System_CAPS_protmethod OnValueChanged()

(Inherited from Switch.)

System_CAPS_pubmethod 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