SamlSecurityTokenHandler.Serializer Property
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.
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.