C# Class OpenCymd.Nps.Plugin.VendorSpecificAttribute

Data representation of a RadiusAttribute that is not standard type.
显示文件 Open project: ibauersachs/OpenCymd.Nps

Private Properties

Property Type Description
VendorSpecificAttribute System

Public Methods

Method Description
ToString ( ) : string

Gets the values of this instance as a string.

VendorSpecificAttribute ( uint vendorId, byte vendorType, byte data ) : System

Initializes a new instance of the VendorSpecificAttribute class.

Private Methods

Method Description
VendorSpecificAttribute ( IntPtr vsaPtr ) : System

Initializes a new instance of the VendorSpecificAttribute class.

Method Details

ToString() public method

Gets the values of this instance as a string.
public ToString ( ) : string
return string

VendorSpecificAttribute() public method

Initializes a new instance of the VendorSpecificAttribute class.
public VendorSpecificAttribute ( uint vendorId, byte vendorType, byte data ) : System
vendorId uint Vendor id for the attribute data
vendorType byte Vendor type for the attribute data.
data byte Data for the attribute data.
return System