Click or drag to resize

RadiusPacketAuthenticator Property

Gets or sets the RadiusPacket authenticator.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public byte[] Authenticator { get; set; }
View Source

Property Value

Byte
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is null.
ArgumentExceptionThe value being assigned is not 16-bytes in length.
See Also