RSADEncrypt.RSADecrypt Method (String, String)

HD.Common

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

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

Parameters

xmlPrivateKey
Type: SystemString

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

m_strDecryptString
Type: SystemString

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

Return Value

Type: String

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

See Also

Reference