RSADEncrypt.RSAKey Method

HD.Common

RSADEncryptRSAKey Method Helper帮助文档
RSA 的密钥产生 产生私钥 和公钥

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void RSAKey(
	out string xmlKeys,
	out string xmlPublicKey
)
Public Sub RSAKey ( 
	<OutAttribute> ByRef xmlKeys As String,
	<OutAttribute> ByRef xmlPublicKey As String
)
public:
void RSAKey(
	[OutAttribute] String^% xmlKeys, 
	[OutAttribute] String^% xmlPublicKey
)
member RSAKey : 
        xmlKeys : string byref * 
        xmlPublicKey : string byref -> unit 

Parameters

xmlKeys
Type: SystemString

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

xmlPublicKey
Type: SystemString

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

See Also

Reference