This topic has not yet been rated - Rate this topic

AsymmetricSignatureFormatter.CreateSignature Method (Byte())

When overridden in a derived class, creates the signature for the specified data.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib.Extensions (in mscorlib.Extensions.dll)
'Declaration
Public MustOverride Function CreateSignature ( _
	rgbHash As Byte() _
) As Byte()

Parameters

rgbHash
Type: System.Byte()
The data to be signed.

Return Value

Type: System.Byte()
The digital signature for the rgbHash parameter.

You must specify a key and a hash algorithm before calling this method.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.