C# Class OpenCymd.Nps.Plugin.Native.RADIUS_ATTRIBUTE

Show file Open project: ibauersachs/OpenCymd.Nps Class Usage Examples

Public Properties

Property Type Description
Value RADIUS_ATTRIBUTE_UNION_VALUE
cbDataLength uint
dwAttrType uint
fDataType RADIUS_DATA_TYPE

Property Details

Value public property

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
return RADIUS_ATTRIBUTE_UNION_VALUE

cbDataLength public property

Stores the length, in bytes, of the data. The cbDataLength member is used only if lpValue member is used.
public uint cbDataLength
return uint

dwAttrType public property

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
return uint

fDataType public property

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
return RADIUS_DATA_TYPE