RSADEncrypt.RSADecrypt Method (String, Byte[])

HD.Common

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

[Missing <summary> documentation for "M:HD.Common.RSADEncrypt.RSADecrypt(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 string RSADecrypt(
	string xmlPrivateKey,
	byte[] DecryptString
)
Public Function RSADecrypt ( 
	xmlPrivateKey As String,
	DecryptString As Byte()
) As String
public:
String^ RSADecrypt(
	String^ xmlPrivateKey, 
	array<unsigned char>^ DecryptString
)
member RSADecrypt : 
        xmlPrivateKey : string * 
        DecryptString : byte[] -> string 

Parameters

xmlPrivateKey
Type: SystemString

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

DecryptString
Type: SystemByte

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

Return Value

Type: String

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

See Also

Reference