RADIUS_VSA_FORMAT Structure
The RADIUS_VSA_FORMAT structure represents the format of the string portion of a RADIUS vendor-specific attribute.
typedef struct _RADIUS_VSA_FORMAT {
BYTE VendorId[4];
BYTE VendorType;
BYTE VendorLength;
BYTE AttributeSpecific[1];
} RADIUS_VSA_FORMAT;
Members
VendorId
The SMI Network Management Private Enterprise Code of the vendor for this attribute.VendorType
Numeric identifier for the attribute assigned by the vendor.VendorLength
The combined size of the VendorType, VendorLength, AttributeSpecific members.AttributeSpecific
Array of bytes that contains information for this attribute.
Remarks
The RADIUS_VSA_FORMAT structure is useful for interpreting the lpValue member of a RADIUS_ATTRIBUTE structure when the dwAttrType member has a value ratVendorSpecific.
See RFC 2865 for a description of RADIUS vendor-specific attributes. See RFC 2548 for examples of RADIUS vendor-specific attributes used by Microsoft.
Requirements
Server |
Requires Windows Server 2008 or Windows Server 2003. |
Header |
Declared in AuthIf.h. |
See Also
About Internet Authentication Service
Internet Authentication Service Reference
Internet Authentication Service Structures
Send comments about this topic to Microsoft
Build date: 10/1/2007