Certificate.PublicKey Property


Gets the certificate encoded public key for DomainKeys and DKIM deployment.

[VisualĀ Basic]
Public Property PublicKey As String
[C#]
public string PublicKey {get;}
[C++]
public: __property String* get_PublicKey();
[JScript]
public function get PublicKey() : String;

Property Value

A string value indicating the encoded public key for DomainKeys and DKIM deployment.

Remarks

To learn more about email DomainKeys and DKIM signature, please refer to DomainKeys and DKIM Signature section.