PackageDigitalSignature.SignaturePart Property
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.
Gets the PackagePart that contains the signature.
public:
property System::IO::Packaging::PackagePart ^ SignaturePart { System::IO::Packaging::PackagePart ^ get(); };
public System.IO.Packaging.PackagePart SignaturePart { get; }
member this.SignaturePart : System.IO.Packaging.PackagePart
Public ReadOnly Property SignaturePart As PackagePart
Property Value
The package part that contains the signature.
Exceptions
The digital Signature has been deleted.
Remarks
The signature's package part is frequently accessed when the signature is countersigned.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.