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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.