CreateSignature Method (Byte[])
Collapse the table of content
Expand the table of content

AsymmetricSignatureFormatter.CreateSignature Method (Byte())

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft