SigningOutEventArgs.RPInitiated Property

Definition

Gets a SigningOutEventArgs that indicates sign-out was initiated by the relying party (RP).

public:
 static property System::IdentityModel::Services::SigningOutEventArgs ^ RPInitiated { System::IdentityModel::Services::SigningOutEventArgs ^ get(); };
public static System.IdentityModel.Services.SigningOutEventArgs RPInitiated { get; }
static member RPInitiated : System.IdentityModel.Services.SigningOutEventArgs
Public Shared ReadOnly Property RPInitiated As SigningOutEventArgs

Property Value

A SigningOutEventArgs that has its IsIPInitiated property set false.

Applies to