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

AsymmetricSignatureDeformatter.VerifySignature Method (Byte(), 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, verifies the signature for the specified data.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public MustOverride Function VerifySignature ( _
	rgbHash As Byte(), _
	rgbSignature As Byte() _
) As Boolean

Parameters

rgbHash
Type: System.Byte ()
The data signed with rgbSignature.
rgbSignature
Type: System.Byte ()
The signature to be verified for rgbHash.

Return Value

Type: System.Boolean
true if rgbSignature matches the signature computed using the specified hash algorithm and key on rgbHash; otherwise, false.

You must specify a public 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