Share via


MessageCertificate.Sign Method (Byte[])

 

Signs data using the certificate.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public abstract byte[] Sign(
    byte[] data
)
public:
virtual array<unsigned char>^ Sign(
    array<unsigned char>^ data
) abstract
Public MustOverride Function Sign (
    data As Byte()
) As Byte()

Parameters

Return Value

Type: System.Byte[]

See Also

Sign Overload
MessageCertificate Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top