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(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.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.