13 references to FromXml
mscorlib (13)
system\security\policy\codegroup.cs (3)
306
FromXml
( e, null );
506
group.
FromXml
( elGroup, m_parentLevel );
593
group.
FromXml
( marker.element, m_parentLevel );
system\security\policy\policylevel.cs (10)
644
rootCodeGroup.
FromXml
(elCodeGroup, this);
972
group.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "FullTrust", new AllMembershipCondition().ToXml()), this);
981
root.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "Nothing", new AllMembershipCondition().ToXml()), this);
986
myComputerCodeGroup.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "FullTrust", new ZoneMembershipCondition(SecurityZone.MyComputer).ToXml()), this);
993
microsoft.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "FullTrust", new StrongNameMembershipCondition(blob, null, null).ToXml()), this);
1002
ecma.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "FullTrust", new StrongNameMembershipCondition(blob, null, null).ToXml()), this);
1011
intranet.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "LocalIntranet", new ZoneMembershipCondition(SecurityZone.Intranet).ToXml()), this);
1028
internet.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "Internet", new ZoneMembershipCondition(SecurityZone.Internet).ToXml()), this);
1040
untrusted.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "Nothing", new ZoneMembershipCondition(SecurityZone.Untrusted).ToXml()), this);
1046
trusted.
FromXml
(CreateCodeGroupElement("UnionCodeGroup", "Internet", new ZoneMembershipCondition(SecurityZone.Trusted).ToXml()), this);