RSADEncrypt.SignatureDeformatter Method (String, Byte[], Byte[])

HD.Common

RSADEncryptSignatureDeformatter Method (String, Byte, Byte) Helper帮助文档

[Missing <summary> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.Byte[])"]

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool SignatureDeformatter(
	string p_strKeyPublic,
	byte[] HashbyteDeformatter,
	byte[] DeformatterData
)
Public Function SignatureDeformatter ( 
	p_strKeyPublic As String,
	HashbyteDeformatter As Byte(),
	DeformatterData As Byte()
) As Boolean
public:
bool SignatureDeformatter(
	String^ p_strKeyPublic, 
	array<unsigned char>^ HashbyteDeformatter, 
	array<unsigned char>^ DeformatterData
)
member SignatureDeformatter : 
        p_strKeyPublic : string * 
        HashbyteDeformatter : byte[] * 
        DeformatterData : byte[] -> bool 

Parameters

p_strKeyPublic
Type: SystemString

[Missing <param name="p_strKeyPublic"/> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.Byte[])"]

HashbyteDeformatter
Type: SystemByte

[Missing <param name="HashbyteDeformatter"/> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.Byte[])"]

DeformatterData
Type: SystemByte

[Missing <param name="DeformatterData"/> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.Byte[])"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.Byte[])"]

See Also

Reference