PackageDigitalSignatureManager.RemoveAllSignatures Method

Definition

Removes all digital signatures from the package.

public:
 void RemoveAllSignatures();
public void RemoveAllSignatures ();
member this.RemoveAllSignatures : unit -> unit
Public Sub RemoveAllSignatures ()

Remarks

This method also removes all X.509 certificates from the package. After removing all signatures and certificates, call Flush to persist all changes to the store.

Applies to

See also