IssuedTokenServiceElement::SamlSerializerType Property
.NET Framework (current version)
Gets or sets the type of SamlSerializer that is used for the service credential.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("samlSerializerType", DefaultValue = "")] [StringValidatorAttribute(MinLength = 0)] property String^ SamlSerializerType { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The type of SamlSerializer that is used for the service credential.
.NET Framework
Available since 3.0
Available since 3.0
Show: