SignedInfo.AddReference(Reference) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a Reference object to the list of references to digest and sign.
public:
void AddReference(System::Security::Cryptography::Xml::Reference ^ reference);
public void AddReference (System.Security.Cryptography.Xml.Reference reference);
member this.AddReference : System.Security.Cryptography.Xml.Reference -> unit
Public Sub AddReference (reference As Reference)
Parameters
- reference
- Reference
The reference to add to the list of references.
Exceptions
The reference parameter is null
.
Remarks
The AddReference method adds a Reference object to a collection that is accessible using the References property.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.