DSigSerializer.WriteSignedInfo(XmlWriter, SignedInfo) Method

Definition

public virtual void WriteSignedInfo (System.Xml.XmlWriter writer, Microsoft.IdentityModel.Xml.SignedInfo signedInfo);
abstract member WriteSignedInfo : System.Xml.XmlWriter * Microsoft.IdentityModel.Xml.SignedInfo -> unit
override this.WriteSignedInfo : System.Xml.XmlWriter * Microsoft.IdentityModel.Xml.SignedInfo -> unit
Public Overridable Sub WriteSignedInfo (writer As XmlWriter, signedInfo As SignedInfo)

Parameters

writer
XmlWriter

the XmlWriter to use.

signedInfo
SignedInfo

the SignedInfoto write.

Exceptions

if signedInfo is null.

if SignatureMethod is null or empty.

Remarks

Assumes the <Reference> digest has been calculated, no canonicalization or digest calculation is performed.

Applies to