DSigSerializer.TryReadX509Data(XmlReader, X509Data) 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 X509Data element conforming to https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-X509Data.
protected virtual bool TryReadX509Data (System.Xml.XmlReader reader, out Microsoft.IdentityModel.Xml.X509Data data);
abstract member TryReadX509Data : System.Xml.XmlReader * X509Data -> bool
override this.TryReadX509Data : System.Xml.XmlReader * X509Data -> bool
Protected Overridable Function TryReadX509Data (reader As XmlReader, ByRef data As X509Data) As Boolean