4 references to ProtocolsSupported
System.IdentityModel (4)
System\IdentityModel\Metadata\MetadataSerializer.cs (4)
1421
string protocols = reader.GetAttribute(Saml2MetadataConstants.Attributes.
ProtocolsSupported
, null);
1424
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3202, Saml2MetadataConstants.Attributes.
ProtocolsSupported
, protocols)));
2779
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3203, Saml2MetadataConstants.Attributes.
ProtocolsSupported
)));
2789
writer.WriteAttributeString(Saml2MetadataConstants.Attributes.
ProtocolsSupported
, null, protocolsString.Trim());