C# Класс GSF.Security.NonceGenerator

Used to generate Nonce values.
Показать файл Открыть проект

Открытые методы

Метод Описание
Next ( ) : byte[]

Gets the next nonce value.

NonceGenerator ( int length ) : System

Creates a nonce generator of the specified length.

Описание методов

Next() публичный Метод

Gets the next nonce value.
public Next ( ) : byte[]
Результат byte[]

NonceGenerator() публичный Метод

Creates a nonce generator of the specified length.
public NonceGenerator ( int length ) : System
length int the size of each nonce. Must be at least 16 bytes.
Результат System