CryptoSys PKI Toolkit Manual

Rsa.KeyBytes Method (StringBuilder)

Returns number of bytes (octets) in RSA key modulus

Syntax

[C#]
public static int KeyBytes(
	StringBuilder sbRsaKey

)
[VB.NET]
Public Shared Function KeyBytes ( _
	sbRsaKey As StringBuilder _
) As Integer

Parameters

sbRsaKey
Internal key string

Return Value

Number of bytes in key

[Contents] [Index]

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

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