SignedInfo.References Property

Definition

Gets a list of the Reference objects of the current SignedInfo object.

public:
 property System::Collections::ArrayList ^ References { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList References { get; }
member this.References : System.Collections.ArrayList
Public ReadOnly Property References As ArrayList

Property Value

A list of the Reference elements of the current SignedInfo object.

Remarks

The References property uses a list of Reference objects to represent the <Reference> elements of an XML digital signature.

Use the References property to describe the transforms, digest algorithms, and digest values of an XML digital signature.

For more information about XML digital signatures, see the World Wide Web Consortium (W3C) specification.

Applies to