Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim value As SessionAuthenticationModule value = FederatedAuthentication.SessionAuthenticationModule |
Syntax
Visual Basic |
---|
Public Shared ReadOnly Property SessionAuthenticationModule As SessionAuthenticationModule |
C# |
---|
public static SessionAuthenticationModule SessionAuthenticationModule { get; } |
C++ |
---|
public: static property SessionAuthenticationModule^ SessionAuthenticationModule { SessionAuthenticationModule^ get (); } |
J# |
---|
/** @property */ public static SessionAuthenticationModule get_SessionAuthenticationModule () |
JScript |
---|
public static function get SessionAuthenticationModule () : SessionAuthenticationModule |
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.