| 
            
              AdoSecurityProviderSecurityContextRefreshed Event
             | 
          
        
        
            Raised when the security context is refreshed.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxpublic static event EventHandler<EventArgs<Dictionary<string, string[]>>> SecurityContextRefreshed
Public Shared Event SecurityContextRefreshed As EventHandler(Of EventArgs(Of Dictionary(Of String, String())))
public:
static  event EventHandler<EventArgs<Dictionary<String^, array<String^>^>^>^>^ SecurityContextRefreshed {
	void add (EventHandler<EventArgs<Dictionary<String^, array<String^>^>^>^>^ value);
	void remove (EventHandler<EventArgs<Dictionary<String^, array<String^>^>^>^>^ value);
}member SecurityContextRefreshed : IEvent<EventHandler<EventArgs<Dictionary<string, string[]>>>,
    EventArgs<Dictionary<string, string[]>>>function add_SecurityContextRefreshed(value);
function remove_SecurityContextRefreshed(value);
 View SourceValue
EventHandlerEventArgsDictionaryString, 
String
See Also