PackageDigitalSignatureManager(Package) Constructor
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.
Initializes a new instance of the PackageDigitalSignatureManager class for use with a specified Package.
public:
PackageDigitalSignatureManager(System::IO::Packaging::Package ^ package);
public PackageDigitalSignatureManager (System.IO.Packaging.Package package);
new System.IO.Packaging.PackageDigitalSignatureManager : System.IO.Packaging.Package -> System.IO.Packaging.PackageDigitalSignatureManager
Public Sub New (package As Package)
Parameters
- package
- Package
The package associated with this signature manager.
Remarks
The target package associated with the signature manager is set during initialization. After it is set, the package associated with the signature manager cannot be changed. Create a new signature manager for each package as needed.
Applies to
See also
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.