Saml2SecurityTokenHandler.Serializer Property

Definition

Gets or set the Saml2Serializer that will be used to read and write a Saml2SecurityToken.

public Microsoft.IdentityModel.Tokens.Saml2.Saml2Serializer Serializer { get; set; }
member this.Serializer : Microsoft.IdentityModel.Tokens.Saml2.Saml2Serializer with get, set
Public Property Serializer As Saml2Serializer

Property Value

Exceptions

'value' is null.

Applies to