Show / Hide Table of Contents

Interface IIDGenerator

Generates pseudo-random IDs.

Namespace: ComponentSpace.OpenID.Security
Assembly: ComponentSpace.OpenID.dll
Syntax
public interface IIDGenerator

Methods

Generate(int)

Generates a pseudo-random ID.

Declaration
string Generate(int length = 32)
Parameters
Type Name Description
int length

The length of the generated ID.

Returns
Type Description
string

The pseudo-random ID.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.