1 write to securityEventName
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
340
this.
securityEventName
= Guid.NewGuid().ToString();
2 references to securityEventName
System.ServiceModel (2)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
388
securityEvent = new EventWaitHandle(false, EventResetMode.ManualReset, ListenerConstants.GlobalPrefix + this.
securityEventName
, out createdNew, handleSecurity);
630
version, myPid, this.baseAddress, this.queueId, this.token, this.
securityEventName
);