PublisherMembershipCondition(X509Certificate) 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 PublisherMembershipCondition class with the Authenticode X.509v3 certificate that determines membership.
public:
PublisherMembershipCondition(System::Security::Cryptography::X509Certificates::X509Certificate ^ certificate);
public PublisherMembershipCondition (System.Security.Cryptography.X509Certificates.X509Certificate certificate);
new System.Security.Policy.PublisherMembershipCondition : System.Security.Cryptography.X509Certificates.X509Certificate -> System.Security.Policy.PublisherMembershipCondition
Public Sub New (certificate As X509Certificate)
Parameters
- certificate
- X509Certificate
An X509Certificate that contains the software publisher's public key.
Exceptions
The certificate
parameter is null
.
Remarks
Code satisfies the membership condition if it is signed by the software publisher with the private key that corresponds to the specified public key certificate.