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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.