Example #1
0
 internal SecurityCallContext(ISecurityCallContext context)
 {
 }
Example #2
0
 CoGetCallContext([MarshalAs(UnmanagedType.LPStruct)]  Guid riid,
                  [MarshalAs(UnmanagedType.Interface)] out ISecurityCallContext iface);
Example #3
0
 private SecurityCallContext(ISecurityCallContext ctx)
 {
     _ex = ctx;
 }
 private SecurityCallContext(ISecurityCallContext ctx)
 {
     this._ex = ctx;
 }
		internal SecurityCallContext (ISecurityCallContext context)
		{
		}