RSADEncryptSignatureDeformatter Method (String, Byte, String) | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],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, byte[] HashbyteDeformatter, string p_strDeformatterData )
Public Function SignatureDeformatter ( p_strKeyPublic As String, HashbyteDeformatter As Byte(), p_strDeformatterData As String ) As Boolean
public: bool SignatureDeformatter( String^ p_strKeyPublic, array<unsigned char>^ HashbyteDeformatter, String^ p_strDeformatterData )
member SignatureDeformatter : p_strKeyPublic : string * HashbyteDeformatter : byte[] * p_strDeformatterData : string -> bool
Parameters
- p_strKeyPublic
- Type: SystemString
[Missing <param name="p_strKeyPublic"/> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.String)"]
- HashbyteDeformatter
- Type: SystemByte
[Missing <param name="HashbyteDeformatter"/> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.String)"]
- p_strDeformatterData
- Type: SystemString
[Missing <param name="p_strDeformatterData"/> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.RSADEncrypt.SignatureDeformatter(System.String,System.Byte[],System.String)"]
See Also