| 
            
              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.257-beta
Syntaxpublic 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
String
See Also