PublisherIdentityPermission Constructor (X509Certificate^)
.NET Framework (current version)
Initializes a new instance of the PublisherIdentityPermission class with the specified Authenticode X.509v3 certificate.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- certificate
-
Type:
System.Security.Cryptography.X509Certificates::X509Certificate^
An X.509 certificate representing the software publisher's identity.
| Exception | Condition |
|---|---|
| ArgumentNullException | The certificate parameter is null. |
| ArgumentException | The certificate parameter is not a valid certificate. |
The X.509 certificate defines the identity of the specified software publisher, as established by Authenticode code signing.
.NET Framework
Available since 1.1
Available since 1.1
Show: