1 write to SamlSerializerType
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (1)
116
this.
SamlSerializerType
= from.SamlSerializerType;
4 references to SamlSerializerType
System.ServiceModel (4)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (4)
116
this.SamlSerializerType = from.
SamlSerializerType
;
169
if (!string.IsNullOrEmpty(this.
SamlSerializerType
))
171
Type type = System.Type.GetType(this.
SamlSerializerType
, true);
175
SR.GetString(SR.ConfigInvalidSamlSerializerType, this.
SamlSerializerType
, typeof(SamlSerializer).ToString())));