17 references to SearchForTextOfLocalName
mscorlib (17)
system\security\cryptography\dsa.cs (8)
164
String pString = topElement.
SearchForTextOfLocalName
("P");
171
String qString = topElement.
SearchForTextOfLocalName
("Q");
178
String gString = topElement.
SearchForTextOfLocalName
("G");
185
String yString = topElement.
SearchForTextOfLocalName
("Y");
192
String jString = topElement.
SearchForTextOfLocalName
("J");
196
String xString = topElement.
SearchForTextOfLocalName
("X");
200
String seedString = topElement.
SearchForTextOfLocalName
("Seed");
201
String pgenCounterString = topElement.
SearchForTextOfLocalName
("PgenCounter");
system\security\cryptography\rsa.cs (8)
273
String modulusString = topElement.
SearchForTextOfLocalName
("Modulus");
280
String exponentString = topElement.
SearchForTextOfLocalName
("Exponent");
287
String pString = topElement.
SearchForTextOfLocalName
("P");
291
String qString = topElement.
SearchForTextOfLocalName
("Q");
295
String dpString = topElement.
SearchForTextOfLocalName
("DP");
299
String dqString = topElement.
SearchForTextOfLocalName
("DQ");
303
String inverseQString = topElement.
SearchForTextOfLocalName
("InverseQ");
307
String dString = topElement.
SearchForTextOfLocalName
("D");
system\security\securityelement.cs (1)
890
String current = ((SecurityElement)enumerator.Current).
SearchForTextOfLocalName
( strLocalName );