System.Security.Policy.NetCodeGroup
Grants Web permission to the site from which the assembly was downloaded. This class cannot be inherited.
namespace System.Security.Policy
{
public sealed class NetCodeGroup : CodeGroup
{
public static readonly string AbsentOriginScheme;
public static readonly string AnyOtherOriginScheme;
public NetCodeGroup(IMembershipCondition membershipCondition);
public void AddConnectAccess(string originScheme, CodeConnectAccess connectAccess);
public DictionaryEntry[] GetConnectAccessRules();
public void ResetConnectAccess();
}
}