DSACryptoServiceProvider: KeySize (let)

KeySize

Sets the key size.



 Public Property Let KeySize(
	  ByVal RHS As Long )

Parameters

RHS
[ByVal] Long. The new key size.

Remarks

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

Read/Write.

See Also

Project VBCorLib Overview Class DSACryptoServiceProvider Overview DSACryptoServiceProvider Properties DSACryptoServiceProvider Methods KeySize (get) LegalKeySizes (get)