MessageCertificateX509.Sign Method (Byte[])
Signs data by using a certificate.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override byte[] Sign(
byte[] data
)
public:
virtual array<unsigned char>^ Sign(
array<unsigned char>^ data
) override
Public Overrides Function Sign (
data As Byte()
) As Byte()
Parameters
data
Type: System.Byte[]The data to sign.
Return Value
Type: System.Byte[]
The data signature.
See Also
Sign Overload
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top