References Property
A collection of references.
Syntax
public XMLSigReferenceList getReferences(); public void setReferences(XMLSigReferenceList references);
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 bean when calling VerifySignature and is accessible from within the SignatureInfo event.
This property is not available at design time.