DSigSerializer.TryReadRSAKeyValue(XmlReader, RSAKeyValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to read the RSAKeyValue element conforming to https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-RSAKeyValue.
protected virtual bool TryReadRSAKeyValue (System.Xml.XmlReader reader, out Microsoft.IdentityModel.Xml.RSAKeyValue value);
abstract member TryReadRSAKeyValue : System.Xml.XmlReader * RSAKeyValue -> bool
override this.TryReadRSAKeyValue : System.Xml.XmlReader * RSAKeyValue -> bool
Protected Overridable Function TryReadRSAKeyValue (reader As XmlReader, ByRef value As RSAKeyValue) As Boolean
Parameters
- reader
- XmlReader
A XmlReader positioned on a RSAKeyValue element.
- value
- RSAKeyValue
The parsed RSAKeyValue element.