1 instantiation of ParseState
System.Security.Cryptography (1)
System\Security\Cryptography\XmlKeyHelper.cs (1)
173
return new
ParseState
9 references to ParseState
System.Security.Cryptography (9)
System\Security\Cryptography\DSA.Xml.cs (2)
14
ref XmlKeyHelper.
ParseState
state,
32
XmlKeyHelper.
ParseState
state = XmlKeyHelper.ParseDocument(xmlString);
System\Security\Cryptography\RSA.Xml.cs (2)
11
ref XmlKeyHelper.
ParseState
state,
29
XmlKeyHelper.
ParseState
state = XmlKeyHelper.ParseDocument(xmlString);
System\Security\Cryptography\XmlKeyHelper.cs (5)
15
internal static
ParseState
ParseDocument(string xmlString)
21
return
ParseState
.ParseDocument(xmlString);
29
internal static bool HasElement(ref
ParseState
state, string name)
34
internal static byte[]? ReadCryptoBinary(ref
ParseState
state, string name, int sizeHint = -1)
169
internal static
ParseState
ParseDocument(string xmlString)