Saml2Serializer.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.Saml2.Saml2Evidence ReadEvidence (System.Xml.XmlDictionaryReader reader);
abstract member ReadEvidence : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Evidence
override this.ReadEvidence : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Evidence
Protected Overridable Function ReadEvidence (reader As XmlDictionaryReader) As Saml2Evidence
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a Saml2Evidence element.
Returns
A Saml2Evidence instance.