RSACryptoServiceProvider: KeySize (let)

KeySize

Sets the key size.



 Public Property Let KeySize(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. The new key size.

Remarks

This property has no affect on the key size. To set the key size, use the Cor.NewRSACryptoServiceProvider constructor.

Read/Write.

See Also

Project CorLib Overview

Class RSACryptoServiceProvider Overview