CryptoSys PKI Toolkit Manual

Rsa.KeyBytes Method (String)

Returns number of bytes (octets) in RSA key modulus

Syntax

[C#]
public static int KeyBytes(
	string strRsaKey
)
[VB.NET]
Public Shared Function KeyBytes ( _
	strRsaKey As String _
) As Integer

Parameters

strRsaKey
Internal key string

Return Value

Number of bytes in key

See Also

VB6/C equivalent: RSA_KeyBytes

[Contents] [Index]

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

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