void NativeMethods.ISecurityInformation.SetSecurity(int RequestInformation, IntPtr sd) { OnSetSecurity?.Invoke(new SecurityEventArg(sd, RequestInformation)); }
void ISecurityInformation.SetSecurity(SECURITY_INFORMATION requestInformation, IntPtr sd) { OnSetSecurity?.Invoke(this, new SecurityEventArg(sd, requestInformation)); }