Share via


SamlSerializer.DSigSerializer Property

Definition

Gets or sets the DSigSerializer to use for reading / writing the Signature

public Microsoft.IdentityModel.Xml.DSigSerializer DSigSerializer { get; set; }
member this.DSigSerializer : Microsoft.IdentityModel.Xml.DSigSerializer with get, set
Public Property DSigSerializer As DSigSerializer

Property Value

Exceptions

if value is null.

Remarks

Will be passed to readers that process xmlDsig such as EnvelopedSignatureReader and EnvelopedSignatureWriter.

Applies to