14 references to SecurityElementType
mscorlib (14)
system\security\policymanager.cs (1)
305format.m_type = SecurityElementType.Format;
system\security\securityelement.cs (7)
48internal SecurityElementType m_type = SecurityElementType.Regular; 663case SecurityElementType.Format: 667case SecurityElementType.Comment: 698if (m_type == SecurityElementType.Regular) 716case SecurityElementType.Comment: 720case SecurityElementType.Format:
system\security\util\parser.cs (6)
59SecurityElementType type = SecurityElementType.Regular; 77if (type == SecurityElementType.Comment) 179if (type != SecurityElementType.Regular) 230type = SecurityElementType.Format; 283if (intag && type == SecurityElementType.Format && status == 1)