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