1 write to _keyInfoClauses
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
21
_keyInfoClauses
= new ArrayList();
6 references to _keyInfoClauses
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\KeyInfo.cs (6)
51
for (int i = 0; i <
_keyInfoClauses
.Count; ++i)
53
XmlElement xmlElement = ((KeyInfoClause)
_keyInfoClauses
[i]!).GetXml(xmlDocument);
114
get { return
_keyInfoClauses
.Count; }
123
_keyInfoClauses
.Add(clause);
128
return
_keyInfoClauses
.GetEnumerator();
136
IEnumerator tempEnum =
_keyInfoClauses
.GetEnumerator();