Implemented interface member:
method
ToXml
System.Security.ISecurityEncodable.ToXml()
3 references to ToXml
mscorlib (3)
system\security\policy\policylevel.cs (3)
534elFullTrust.AddChild(NormalizeClassDeep(((StrongNameMembershipCondition)enumerator.Current).ToXml(), classes)); 993microsoft.FromXml(CreateCodeGroupElement("UnionCodeGroup", "FullTrust", new StrongNameMembershipCondition(blob, null, null).ToXml()), this); 1002ecma.FromXml(CreateCodeGroupElement("UnionCodeGroup", "FullTrust", new StrongNameMembershipCondition(blob, null, null).ToXml()), this);