RSADEncrypt.SignatureDeformatter Method (String, String, String)

HD.Common

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

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

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,
	string p_strDeformatterData
)
Public Function SignatureDeformatter ( 
	p_strKeyPublic As String,
	p_strHashbyteDeformatter As String,
	p_strDeformatterData As String
) As Boolean
public:
bool SignatureDeformatter(
	String^ p_strKeyPublic, 
	String^ p_strHashbyteDeformatter, 
	String^ p_strDeformatterData
)
member SignatureDeformatter : 
        p_strKeyPublic : string * 
        p_strHashbyteDeformatter : string * 
        p_strDeformatterData : string -> bool 

Parameters

p_strKeyPublic
Type: SystemString

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

p_strHashbyteDeformatter
Type: SystemString

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

p_strDeformatterData
Type: SystemString

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

Return Value

Type: Boolean

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

See Also

Reference