SamlSecurityTokenHandler.Serializer Property

Definition

Gets or set the SamlSerializer that will be used to read and write a SamlSecurityToken.

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

Property Value

Exceptions

'value' is null.

Applies to