RC5ParameterSpec.WordSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the word size in bits.
public virtual int WordSize { [Android.Runtime.Register("getWordSize", "()I", "GetGetWordSizeHandler")] get; }
[<get: Android.Runtime.Register("getWordSize", "()I", "GetGetWordSizeHandler")>]
member this.WordSize : int
Property Value
the word size in bits.
- Attributes
Remarks
Returns the word size in bits.
Java documentation for javax.crypto.spec.RC5ParameterSpec.getWordSize()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.