313314315316317318319320321322323
} } if (p == null || credential == null) { p = new RemotingConnectionPrincipal(connection); credential = new RemotingConnectionCredential(connection); } SecurityActions.remotingContextClear(); util.createSubjectInfo(p, credential, null); }