SamlSerializer.WriteEvidence(XmlWriter, SamlEvidence) 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.
Writes the <saml:Evidence> element.
protected virtual void WriteEvidence (System.Xml.XmlWriter writer, Microsoft.IdentityModel.Tokens.Saml.SamlEvidence evidence);
abstract member WriteEvidence : System.Xml.XmlWriter * Microsoft.IdentityModel.Tokens.Saml.SamlEvidence -> unit
override this.WriteEvidence : System.Xml.XmlWriter * Microsoft.IdentityModel.Tokens.Saml.SamlEvidence -> unit
Protected Overridable Sub WriteEvidence (writer As XmlWriter, evidence As SamlEvidence)
Parameters
- writer
- XmlWriter
A XmlWriter to serialize the SamlEvidence.
- evidence
- SamlEvidence
The SamlEvidence to serialize.
Exceptions
if evidence
is null.
if SamlEvidence does not contain any assertions or assertions references.