Class DiagnosticsConfiguration
The diagnostics configuration.
Inheritance
System.Object
DiagnosticsConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class DiagnosticsConfiguration
Properties
TraceSource
Gets or sets the SAML trace source.
Declaration
public static TraceSource TraceSource { get; set; }
Property Value
Type | Description |
---|---|
System.Diagnostics.TraceSource | The SAML trace source. |