XmlDsigExcC14NTransform.OutputTypes Property

Definition

Gets an array of types that are possible outputs from the GetOutput() methods of the current XmlDsigExcC14NTransform object.

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

Property Value

Type[]

An array of valid output types for the current XmlDsigExcC14NTransform object; the GetOutput methods of the current XmlDsigExcC14NTransform object return only objects of one of these types.

Remarks

The array returned by the OutputTypes property must contain at least one element because every transform must generate at least one type as output.

Applies to