Share via


LSAuthenticationObject.Current Property

 

Gets the LSAuthenticationObject for the current request, if applicable. The property will return null if an appropriate LSAuthenticationObject cannot be located.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public static LSAuthenticationObject Current { get; }
public:
property LSAuthenticationObject^ Current {
    static LSAuthenticationObject^ get();
}
static member Current : LSAuthenticationObject with get
Public Shared ReadOnly Property Current As LSAuthenticationObject

Property Value

Type: System.Web.Security.SingleSignOn.LSAuthenticationObject

The LSAuthenticationObject for the current request, if applicable. The property will return null if an appropriate LSAuthenticationObject cannot be located.

See Also

LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace

Return to top