|
AzureADSettingsSignedOutCallbackPath Property
|
Gets or sets the Azure AD signed out call-back path.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public string SignedOutCallbackPath { get; set; }
Public Property SignedOutCallbackPath As String
Get
Set
public:
property String^ SignedOutCallbackPath {
String^ get ();
void set (String^ value);
}
member SignedOutCallbackPath : string with get, set
function get_SignedOutCallbackPath();
function set_SignedOutCallbackPath(value);
View SourceProperty Value
StringSee Also