7 references to ReferenceList
System.Security (7)
system\security\cryptography\xml\encryptedkey.cs (7)
61
ReferenceList
.Add(dataReference);
65
ReferenceList
.Add(keyReference);
132
this.
ReferenceList
.Add(dr);
141
this.
ReferenceList
.Add(kr);
198
if (this.
ReferenceList
.Count > 0) {
200
for (int index = 0; index < this.
ReferenceList
.Count; index++) {
201
referenceListElement.AppendChild(this.
ReferenceList
[index].GetXml(document));