RSACryptoServiceProvider: ImportParameters

ImportParameters

Imports the RSA key parameters.



 Public Sub ImportParameters(
	  ByVal Parameters As RSAParameters )

Parameters

Parameters
[ByVal] RSAParameters. The parameters to be imported as the new key.

Remarks

See Also

Project VBCorLib Overview Class RSACryptoServiceProvider Overview RSACryptoServiceProvider Properties RSACryptoServiceProvider Methods ImportCspBlob IObject