MessageCertificateX509.PublicKeyEncoded Property
Gets the public key blob for a certificate.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override string PublicKeyEncoded { get; }
public:
property String^ PublicKeyEncoded {
virtual String^ get() override;
}
Public Overrides ReadOnly Property PublicKeyEncoded As String
Property Value
Type: System.String
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top