5 references to SearchForTextOfTag
mscorlib (5)
system\security\cryptography\signaturedescription.cs (4)
34_strKey = el.SearchForTextOfTag("Key"); 35_strDigest = el.SearchForTextOfTag("Digest"); 36_strFormatter = el.SearchForTextOfTag("Formatter"); 37_strDeformatter = el.SearchForTextOfTag("Deformatter");
system\security\securityelement.cs (1)
923String current = ((SecurityElement)enumerator.Current).SearchForTextOfTag( tag );