3 writes to Type
System.IdentityModel (3)
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
333encryptedData.Type = XmlEncryptionConstants.EncryptedDataTypes.Element;
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
2925encryptedData.Type = XmlEncryptionConstants.EncryptedDataTypes.Element; 4545encryptedData.Type = XmlEncryptionConstants.EncryptedDataTypes.Element;
2 references to Type
System.IdentityModel (2)
System\IdentityModel\EncryptedDataElement.cs (2)
179if ( !string.IsNullOrEmpty( Type ) ) 181writer.WriteAttributeString( XmlEncryptionConstants.Attributes.Type, null, Type );