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