CspParameters: KeyNumber (let)

KeyNumber

Sets if an Asymmetric algorithm key is a Signature or Exchange key.



 Public Property Let KeyNumber(
	  ByVal RHS As Long )

Parameters

RHS
[ByVal] Long. Set to 1 for Exchange, or 2 for Signature.

Remarks

An Exchange key is a public/private key pair use for Asymmetric encryption. A Signature is a key pair used to digitally sign a message or file.

Read/Write.

See Also

Project VBCorLib Overview Class CspParameters Overview CspParameters Properties CspParameters Methods KeyNumber (get) ProviderName (get)