SamlSerializer.ReadEvidence(XmlDictionaryReader) 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.
Reads the <saml:Evidence> element.
protected virtual Microsoft.IdentityModel.Tokens.Saml.SamlEvidence ReadEvidence (System.Xml.XmlDictionaryReader reader);
abstract member ReadEvidence : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlEvidence
override this.ReadEvidence : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlEvidence
Protected Overridable Function ReadEvidence (reader As XmlDictionaryReader) As SamlEvidence
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a SamlEvidence element.
Returns
A SamlEvidence instance.