3 references to Use
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
239
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3202, Saml2MetadataConstants.Attributes.
Use
, keyType)));
984
string use = reader.GetAttribute(Saml2MetadataConstants.Attributes.
Use
, null);
2471
writer.WriteAttributeString(Saml2MetadataConstants.Attributes.
Use
, null, keyDescriptor.Use.ToString().ToLowerInvariant());