DSigSerializer.TryReadRSAKeyValue(XmlReader, RSAKeyValue) Method

Definition

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.

Returns

Applies to