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