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);
117
get { return
_keyInfoClauses
.Count; }
126
_keyInfoClauses
.Add(clause);
131
return
_keyInfoClauses
.GetEnumerator();
139
IEnumerator tempEnum =
_keyInfoClauses
.GetEnumerator();