PackageDigitalSignatureManager.GetSignature(Uri) 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.
Returns the digital signature for a given signature uniform resource identifier (URI).
public:
System::IO::Packaging::PackageDigitalSignature ^ GetSignature(Uri ^ signatureUri);
public System.IO.Packaging.PackageDigitalSignature GetSignature (Uri signatureUri);
member this.GetSignature : Uri -> System.IO.Packaging.PackageDigitalSignature
Public Function GetSignature (signatureUri As Uri) As PackageDigitalSignature
Parameters
- signatureUri
- Uri
The URI of the digital signature to return.
Returns
The digital signature for the specified signatureUri
, or null
if a signature for the given signatureUri
cannot be found.
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.