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.Certificate

X.509v3 certificate for the software publisher.

[Visual Basic]
Public ReadOnly Property Certificate As X509Certificate
[C#]
public X509Certificate Certificate {get;}
[C++]
public: __property X509Certificate* get_Certificate();
[JScript]
public function get Certificate() : X509Certificate;

Property Value

X.509v3 certificate for the software publisher.

See Also

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