Beispiel #1
0
		static PowwaEvents()
		{
			PowwaEvents.m_provider = new EventProviderVersionTwo(new Guid("ead6595b-5613-414c-a5ee-069bb1eca485"));
			PowwaEvents.EVENT_AUTHENTICATION_FAILURE = new EventDescriptor(0x101, 0, 16, 4, 0, 1, -9223372036854775800L);
			PowwaEvents.EVENT_AUTHORIZATION_FAILURE = new EventDescriptor(0x102, 0, 16, 4, 0, 2, -9223372036854775792L);
			PowwaEvents.EVENT_GATEWAY_AUTHORIZATION_FAILURE = new EventDescriptor(0x103, 0, 16, 4, 0, 2, -9223372036854775792L);
			PowwaEvents.EVENT_SESSION_LIMIT_REACHED = new EventDescriptor(0x104, 0, 16, 4, 0, 12, -9223372036854775792L);
			PowwaEvents.EVENT_LOGON_FAILURE = new EventDescriptor(0x105, 0, 16, 4, 0, 13, -9223372036854775800L);
			PowwaEvents.EVENT_AUTHORIZATION_FAILURE_INVALID_RULES = new EventDescriptor(0x10b, 0, 16, 3, 0, 2, -9223372036854775792L);
			PowwaEvents.EVENT_PSRCONNECTION_FAILURE = new EventDescriptor(0x201, 0, 16, 4, 0, 13, -9223372036854775806L);
			PowwaEvents.EVENT_PSREXECUTION_FAILURE = new EventDescriptor(0x202, 0, 16, 4, 0, 5, -9223372036854775806L);
			PowwaEvents.EVENT_SESSION_START = new EventDescriptor(0x301, 0, 16, 4, 1, 3, -9223372036854775806L);
			PowwaEvents.EVENT_SESSION_END = new EventDescriptor(0x302, 0, 16, 4, 2, 3, -9223372036854775806L);
			PowwaEvents.EVENT_TERMINATE_SESSION_ERROR = new EventDescriptor(0x307, 0, 16, 2, 0, 3, -9223372036854775806L);
			PowwaEvents.EVENT_GENERIC_FAILURE = new EventDescriptor(0x401, 0, 16, 4, 0, 6, -9223372036854775808L);
			PowwaEvents.EVENT_ACTIVITYID_TRANSFER = new EventDescriptor(0x402, 0, 16, 4, 0, 7, -9223372036854775808L);
			PowwaEvents.EVENT_INVALID_APPLICATION_SETTING = new EventDescriptor(0x501, 0, 16, 2, 0, 14, -9223372036854775808L);
			PowwaEvents.EVENT_INVALID_SESSION_KEY = new EventDescriptor(0x601, 0, 16, 2, 0, 3, -9223372036854775807L);
			PowwaEvents.EVENT_INVALID_SESSION_USER = new EventDescriptor(0x602, 0, 16, 2, 0, 3, -9223372036854775807L);
			PowwaEvents.EVENT_MALICIOUS_DATA = new EventDescriptor(0x603, 0, 16, 2, 0, 3, -9223372036854775807L);
			PowwaEvents.EVENT_AUTHENTICATION_START = new EventDescriptor(0x106, 0, 18, 4, 1, 1, 0x2000000000000008L);
			PowwaEvents.EVENT_AUTHENTICATION_STOP = new EventDescriptor(0x107, 0, 18, 4, 2, 1, 0x2000000000000008L);
			PowwaEvents.EVENT_GATEWAY_AUTHORIZATION_START = new EventDescriptor(0x108, 0, 18, 4, 1, 2, 0x2000000000000010L);
			PowwaEvents.EVENT_GATEWAY_AUTHORIZATION_STOP = new EventDescriptor(0x109, 0, 18, 4, 2, 2, 0x2000000000000010L);
			PowwaEvents.EVENT_SESSION_LIMIT_CHECK = new EventDescriptor(0x10a, 0, 18, 4, 0, 12, 0x2000000000000008L);
			PowwaEvents.EVENT_DEBUG_CONNECT_USING_COMPUTERNAME = new EventDescriptor(0x303, 0, 17, 4, 0, 3, 0x4000000000000002L);
			PowwaEvents.EVENT_DEBUG_CONNECT_USING_URI = new EventDescriptor(0x304, 0, 17, 4, 0, 3, 0x4000000000000002L);
			PowwaEvents.EVENT_DEBUG_LOG0 = new EventDescriptor(0x403, 0, 17, 4, 0, 8, 0x4000000000000000L);
			PowwaEvents.EVENT_DEBUG_LOG1 = new EventDescriptor(0x404, 0, 17, 4, 0, 8, 0x4000000000000000L);
			PowwaEvents.EVENT_DEBUG_LOG2 = new EventDescriptor(0x405, 0, 17, 4, 0, 8, 0x4000000000000000L);
		}
Beispiel #2
0
 static PowwaEvents()
 {
     PowwaEvents.m_provider = new EventProviderVersionTwo(new Guid("ead6595b-5613-414c-a5ee-069bb1eca485"));
     PowwaEvents.EVENT_AUTHENTICATION_FAILURE        = new EventDescriptor(0x101, 0, 16, 4, 0, 1, -9223372036854775800L);
     PowwaEvents.EVENT_AUTHORIZATION_FAILURE         = new EventDescriptor(0x102, 0, 16, 4, 0, 2, -9223372036854775792L);
     PowwaEvents.EVENT_GATEWAY_AUTHORIZATION_FAILURE = new EventDescriptor(0x103, 0, 16, 4, 0, 2, -9223372036854775792L);
     PowwaEvents.EVENT_SESSION_LIMIT_REACHED         = new EventDescriptor(0x104, 0, 16, 4, 0, 12, -9223372036854775792L);
     PowwaEvents.EVENT_LOGON_FAILURE = new EventDescriptor(0x105, 0, 16, 4, 0, 13, -9223372036854775800L);
     PowwaEvents.EVENT_AUTHORIZATION_FAILURE_INVALID_RULES = new EventDescriptor(0x10b, 0, 16, 3, 0, 2, -9223372036854775792L);
     PowwaEvents.EVENT_PSRCONNECTION_FAILURE            = new EventDescriptor(0x201, 0, 16, 4, 0, 13, -9223372036854775806L);
     PowwaEvents.EVENT_PSREXECUTION_FAILURE             = new EventDescriptor(0x202, 0, 16, 4, 0, 5, -9223372036854775806L);
     PowwaEvents.EVENT_SESSION_START                    = new EventDescriptor(0x301, 0, 16, 4, 1, 3, -9223372036854775806L);
     PowwaEvents.EVENT_SESSION_END                      = new EventDescriptor(0x302, 0, 16, 4, 2, 3, -9223372036854775806L);
     PowwaEvents.EVENT_TERMINATE_SESSION_ERROR          = new EventDescriptor(0x307, 0, 16, 2, 0, 3, -9223372036854775806L);
     PowwaEvents.EVENT_GENERIC_FAILURE                  = new EventDescriptor(0x401, 0, 16, 4, 0, 6, -9223372036854775808L);
     PowwaEvents.EVENT_ACTIVITYID_TRANSFER              = new EventDescriptor(0x402, 0, 16, 4, 0, 7, -9223372036854775808L);
     PowwaEvents.EVENT_INVALID_APPLICATION_SETTING      = new EventDescriptor(0x501, 0, 16, 2, 0, 14, -9223372036854775808L);
     PowwaEvents.EVENT_INVALID_SESSION_KEY              = new EventDescriptor(0x601, 0, 16, 2, 0, 3, -9223372036854775807L);
     PowwaEvents.EVENT_INVALID_SESSION_USER             = new EventDescriptor(0x602, 0, 16, 2, 0, 3, -9223372036854775807L);
     PowwaEvents.EVENT_MALICIOUS_DATA                   = new EventDescriptor(0x603, 0, 16, 2, 0, 3, -9223372036854775807L);
     PowwaEvents.EVENT_AUTHENTICATION_START             = new EventDescriptor(0x106, 0, 18, 4, 1, 1, 0x2000000000000008L);
     PowwaEvents.EVENT_AUTHENTICATION_STOP              = new EventDescriptor(0x107, 0, 18, 4, 2, 1, 0x2000000000000008L);
     PowwaEvents.EVENT_GATEWAY_AUTHORIZATION_START      = new EventDescriptor(0x108, 0, 18, 4, 1, 2, 0x2000000000000010L);
     PowwaEvents.EVENT_GATEWAY_AUTHORIZATION_STOP       = new EventDescriptor(0x109, 0, 18, 4, 2, 2, 0x2000000000000010L);
     PowwaEvents.EVENT_SESSION_LIMIT_CHECK              = new EventDescriptor(0x10a, 0, 18, 4, 0, 12, 0x2000000000000008L);
     PowwaEvents.EVENT_DEBUG_CONNECT_USING_COMPUTERNAME = new EventDescriptor(0x303, 0, 17, 4, 0, 3, 0x4000000000000002L);
     PowwaEvents.EVENT_DEBUG_CONNECT_USING_URI          = new EventDescriptor(0x304, 0, 17, 4, 0, 3, 0x4000000000000002L);
     PowwaEvents.EVENT_DEBUG_LOG0 = new EventDescriptor(0x403, 0, 17, 4, 0, 8, 0x4000000000000000L);
     PowwaEvents.EVENT_DEBUG_LOG1 = new EventDescriptor(0x404, 0, 17, 4, 0, 8, 0x4000000000000000L);
     PowwaEvents.EVENT_DEBUG_LOG2 = new EventDescriptor(0x405, 0, 17, 4, 0, 8, 0x4000000000000000L);
 }