Interface IIDGenerator
Generates pseudo-random IDs.
Namespace: ComponentSpace.OpenID.Security
Assembly: ComponentSpace.OpenID.dll
Syntax
public interface IIDGenerator
Methods
Generate(Int32)
Generates a pseudo-random ID.
Declaration
string Generate(int length = 32)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | length | The length of the generated ID. |
Returns
| Type | Description |
|---|---|
| System.String | The pseudo-random ID. |