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