8 overrides of InputTypes
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
69public override Type[] InputTypes
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (1)
22public override Type[] InputTypes
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
27public override Type[] InputTypes
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (1)
36public override Type[] InputTypes
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
36public override Type[] InputTypes
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
25public override Type[] InputTypes
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
33public override Type[] InputTypes
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
32public override Type[] InputTypes
4 references to InputTypes
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\Transform.cs (4)
101if (InputTypes != null) 103for (int i = 0; i < InputTypes.Length; i++) 105if (inputType == InputTypes[i] || inputType.IsSubclassOf(InputTypes[i]))