C# 클래스 GSF.Security.NonceGenerator

Used to generate Nonce values.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
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