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)
923
String current = ((SecurityElement)enumerator.Current).
SearchForTextOfTag
( tag );