C# 클래스 OpenCymd.Nps.Plugin.Native.RADIUS_ATTRIBUTE

파일 보기 프로젝트 열기: ibauersachs/OpenCymd.Nps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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