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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.