IInstallableExtension.SignatureCertificate Property
The certificate that is used to sign the extension.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
ReadOnly Property SignatureCertificate As X509Certificate2
X509Certificate2 SignatureCertificate { get; }
property X509Certificate2^ SignatureCertificate {
X509Certificate2^ get ();
}
abstract SignatureCertificate : X509Certificate2 with get
function get SignatureCertificate () : X509Certificate2
Property Value
Type: X509Certificate2
The X509Certificate certificate that is used to sign the extension, or nulla null reference (Nothing in Visual Basic).
Remarks
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.