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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.