References Property
A collection of references.
Syntax
[VB.NET] Public Property References As XMLSigReferenceList
[C#] public XMLSigReferenceList References {get;}
Remarks
This property holds a collection of reference to sign or verify. This must be populated before calling Sign. This will be populated by the component when calling VerifySignature and is accessible from within the SignatureInfo event.
This property is not available at design time.