XmlDsigExcC14NTransform.InputTypes Property

Definition

Gets an array of types that are valid inputs to the LoadInput(Object) method of the current XmlDsigExcC14NTransform object.

public:
 virtual property cli::array <Type ^> ^ InputTypes { cli::array <Type ^> ^ get(); };
public override Type[] InputTypes { get; }
member this.InputTypes : Type[]
Public Overrides ReadOnly Property InputTypes As Type()

Property Value

Type[]

An array of valid input types for the current XmlDsigExcC14NTransform object; you can pass only objects of one of these types to the LoadInput(Object) method of the current XmlDsigExcC14NTransform object.

Remarks

The array returned by the InputTypes property must contain at least one element because every XmlDsigExcC14NTransform object must accept at least one type as valid input.

A XmlDsigExcC14NTransform object typically accepts one or more of the following types as input: Stream, XmlDocument, or XmlNodeList.

Applies to