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