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