[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Hashes data then signs the hash

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
byte[] 
HashAndSign(
	
byte[] 
data,
	

MessageCertificateSigningOptions 
options
)
Public 
Function 
HashAndSign ( _
	
data 
As 
Byte(), _
	
options 
As 

MessageCertificateSigningOptions _
) 
As 
Byte()
public:
array<
unsigned char>^ 
HashAndSign(
	
array<
unsigned char>^ 
data, 
	

MessageCertificateSigningOptions 
options
)

Parameters

data
array< Byte > [] () [] []
options
MessageCertificateSigningOptions

Return Value

Hashed and signed data

See Also