SamlSerializer.WriteCondition(XmlWriter, SamlCondition) 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:Condition> element.
protected virtual void WriteCondition (System.Xml.XmlWriter writer, Microsoft.IdentityModel.Tokens.Saml.SamlCondition condition);
abstract member WriteCondition : System.Xml.XmlWriter * Microsoft.IdentityModel.Tokens.Saml.SamlCondition -> unit
override this.WriteCondition : System.Xml.XmlWriter * Microsoft.IdentityModel.Tokens.Saml.SamlCondition -> unit
Protected Overridable Sub WriteCondition (writer As XmlWriter, condition As SamlCondition)
Parameters
- writer
- XmlWriter
A XmlWriter to serialize the SamlCondition.
- condition
- SamlCondition
The SamlCondition to serialize.
Exceptions
if condition
is null.
Remarks
Writes a SamlAudienceRestrictionCondition or a SamlDoNotCacheCondition all others are skipped.