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!

Publisher Constructor

Initializes an instance of the Publisher class.

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

Parameters

cert
X.509v3 certificate for the software publisher

Remarks

The certificate identifies the software publisher.

See Also

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