Saml2SecurityTokenHandler.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 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.