MessageCertificateX509.GetPublicKey Method ()
Gets the public key for a certificate.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public byte[] GetPublicKey()
public:
array<unsigned char>^ GetPublicKey()
Public Function GetPublicKey As Byte()
Return Value
Type: System.Byte[]
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top