2 implementations of ISecurityElementFactory
mscorlib (2)
system\security\securitydocument.cs (1)
29
sealed internal class SecurityDocumentElement :
ISecurityElementFactory
system\security\securityelement.cs (1)
42
sealed public class SecurityElement :
ISecurityElementFactory
43 references to ISecurityElementFactory
mscorlib (43)
system\security\permissionset.cs (27)
241
ISecurityElementFactory
elem = obj as
ISecurityElementFactory
;
736
static internal void SafeChildAdd( SecurityElement parent,
ISecurityElementFactory
child, bool copy )
753
ISecurityElementFactory
current = (
ISecurityElementFactory
)elChild.InternalChildren[i];
761
parent.AddChild( (
ISecurityElementFactory
)(copy ? child.Copy() : child) );
804
ISecurityElementFactory
thisElem = thisObj as
ISecurityElementFactory
;
810
ISecurityElementFactory
otherElem = otherObj as
ISecurityElementFactory
;
976
ISecurityElementFactory
thisElem = thisObj as
ISecurityElementFactory
;
982
ISecurityElementFactory
otherElem = otherObj as
ISecurityElementFactory
;
1142
ISecurityElementFactory
thisElem = thisObj as
ISecurityElementFactory
;
1148
ISecurityElementFactory
otherElem = otherObj as
ISecurityElementFactory
;
1268
ISecurityElementFactory
thisElem = thisObj as
ISecurityElementFactory
;
1274
ISecurityElementFactory
otherElem = otherObj as
ISecurityElementFactory
;
1653
ISecurityElementFactory
elem = obj as
ISecurityElementFactory
;
1911
objectToInsert = ((
ISecurityElementFactory
)new SecurityDocumentElement(doc, childIndex)).CreateSecurityElement();
1988
ISecurityElementFactory
isf = obj as
ISecurityElementFactory
;
system\security\securitydocument.cs (4)
40
SecurityElement
ISecurityElementFactory
.CreateSecurityElement()
45
Object
ISecurityElementFactory
.Copy()
50
String
ISecurityElementFactory
.GetTag()
55
String
ISecurityElementFactory
.Attribute( String attributeName )
system\security\securityelement.cs (8)
78
SecurityElement
ISecurityElementFactory
.CreateSecurityElement()
83
String
ISecurityElementFactory
.GetTag()
88
Object
ISecurityElementFactory
.Copy()
93
String
ISecurityElementFactory
.Attribute( String attributeName )
274
ISecurityElementFactory
iseFactory = m_lChildren[i] as
ISecurityElementFactory
;
346
internal void AddChild(
ISecurityElementFactory
child )
358
internal void AddChildNoDuplicates(
ISecurityElementFactory
child )
system\security\util\tokenbasedset.cs (4)
378
ISecurityElementFactory
thisElem = thisObj as
ISecurityElementFactory
;
384
ISecurityElementFactory
otherElem = otherObj as
ISecurityElementFactory
;