Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static bool IsWeakKey( byte[] key, int offset, int length ) |
| Visual Basic |
|---|
Public Shared Function IsWeakKey ( _ key As Byte(), _ offset As Integer, _ length As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsWeakKey( array<unsigned char>^ key, int offset, int length ) |
Parameters
- key
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- length
- Type: System..::..Int32