EnvelopedSignatureReader.OnEndOfRootElement 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.
Called after the root element has been completely read. Attaches a Microsoft.IdentityModel.Xml.EnvelopedSignatureReader.XmlTokenStream to the first Reference for future processing if a signature was found.
protected virtual void OnEndOfRootElement ();
abstract member OnEndOfRootElement : unit -> unit
override this.OnEndOfRootElement : unit -> unit
Protected Overridable Sub OnEndOfRootElement ()