SigningOutEventArgs::RPInitiated Property

.NET Framework (current version)
 

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

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
property SigningOutEventArgs^ RPInitiated {
	static SigningOutEventArgs^ get();
}

Property Value

Type: System.IdentityModel.Services::SigningOutEventArgs^

A SigningOutEventArgs that has its IsIPInitiated property set false.

.NET Framework
Available since 4.5
Return to top
Show: