CryptoSys PKI Toolkit Manual

Rsa.KeyBits Method (StringBuilder)

Returns number of significant bits in RSA key modulus

Syntax

[C#]
public static int KeyBits(
	StringBuilder sbRsaKey
)
[VB.NET]
Public Shared Function KeyBits ( _
	sbRsaKey As StringBuilder _
) As Integer

Parameters

sbRsaKey
Internal key string

Return Value

Number of significant bits in key

See Also

VB6/C equivalent: RSA_KeyBits

[Contents] [Index]

[HOME]   [NEXT: Rsa.KeyBytes Method (String)...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.