Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual void SetSeed( byte[] inSeed ) |
Visual Basic |
---|
Public Overridable Sub SetSeed ( _ inSeed As Byte() _ ) |
Visual C++ |
---|
public: virtual void SetSeed( array<unsigned char>^ inSeed ) |
Parameters
- inSeed
- Type: array<System..::..Byte>[]()[][]