C# Класс OpenCymd.Nps.Plugin.Native.RADIUS_ATTRIBUTE

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Value RADIUS_ATTRIBUTE_UNION_VALUE
cbDataLength uint
dwAttrType uint
fDataType RADIUS_DATA_TYPE

Описание свойств

Value публичное свойство

Stores the value of the attribute. dwValue and lpValue are in a separate struct to avoid "pack"-ing problems.
public RADIUS_ATTRIBUTE_UNION_VALUE,OpenCymd.Nps.Plugin.Native Value
Результат RADIUS_ATTRIBUTE_UNION_VALUE

cbDataLength публичное свойство

Stores the length, in bytes, of the data. The cbDataLength member is used only if lpValue member is used.
public uint cbDataLength
Результат uint

dwAttrType публичное свойство

Stores a value from the RADIUS_ATTRIBUTE_TYPE enumeration. This value specifies the type of the attribute represented by the RADIUS_ATTRIBUTE structure.
public uint dwAttrType
Результат uint

fDataType публичное свойство

Stores a value from the RADIUS_DATA_TYPE enumeration. This value specifies the type of the value stored in the union that contains the dwValue and lpValue members.
public RADIUS_DATA_TYPE fDataType
Результат RADIUS_DATA_TYPE