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