C# 클래스 OpenCymd.Nps.Plugin.RadiusAttribute

Attribute in a RADIUS message.
파일 보기 프로젝트 열기: ibauersachs/OpenCymd.Nps

공개 메소드들

메소드 설명
RadiusAttribute ( RadiusAttributeType attribute, object value ) : System

Initializes a new instance of the RadiusAttribute class.

RadiusAttribute ( int attributeId, object value ) : System

Initializes a new instance of the RadiusAttribute class.

비공개 메소드들

메소드 설명
FreeNativeAttribute ( ) : void

Releases the memory allocated during a call to GetNativeAttribute

GetAttributeValue ( ) : object
GetNativeAttribute ( ) : RADIUS_ATTRIBUTE

Gets the native representation of this attribute. The caller is responsible to free the memory allocated in this method with a call to FreeNativeAttribute.

RadiusAttribute ( IntPtr radiusAttributePtr ) : System

Initializes a new instance of the RadiusAttribute class.

SetAttributeValue ( ) : void

메소드 상세

RadiusAttribute() 공개 메소드

Initializes a new instance of the RadiusAttribute class.
public RadiusAttribute ( RadiusAttributeType attribute, object value ) : System
attribute RadiusAttributeType ID of the attribute according to RFC2865.
value object The value of the attribute.
리턴 System

RadiusAttribute() 공개 메소드

Initializes a new instance of the RadiusAttribute class.
public RadiusAttribute ( int attributeId, object value ) : System
attributeId int ID of the attribute according to RFC2865.
value object The value of the attribute.
리턴 System