NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PublisherMembershipCondition Constructor

Initializes an instance of the PublisherMembershipCondition class.

[Visual Basic]
Public Sub New( _
   ByVal certificate As X509Certificate _
)
[C#]
public PublisherMembershipCondition(
   X509Certificate certificate
);
[C++]
public: PublisherMembershipCondition(
   X509Certificate* certificate
);
[JScript]
public function PublisherMembershipCondition(
   certificate : X509Certificate
);

Parameters

certificate
An X509Certificate designating the software publisher public key.

Remarks

Code satisfies the membership condition by being AuthentiCode signed by the software publisher with the private key corresponding to the public key certificate specified.

See Also

PublisherMembershipCondition Class | PublisherMembershipCondition Members | System.Security.Policy Namespace