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

HD.Common

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

[Missing <summary> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.String,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,
	string p_strHashbyteDeformatter,
	byte[] DeformatterData
)
Public Function SignatureDeformatter ( 
	p_strKeyPublic As String,
	p_strHashbyteDeformatter As String,
	DeformatterData As Byte()
) As Boolean
public:
bool SignatureDeformatter(
	String^ p_strKeyPublic, 
	String^ p_strHashbyteDeformatter, 
	array<unsigned char>^ DeformatterData
)
member SignatureDeformatter : 
        p_strKeyPublic : string * 
        p_strHashbyteDeformatter : string * 
        DeformatterData : byte[] -> bool 

Parameters

p_strKeyPublic
Type: SystemString

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

p_strHashbyteDeformatter
Type: SystemString

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

DeformatterData
Type: SystemByte

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

Return Value

Type: Boolean

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

See Also

Reference