#[repr(C)]pub struct RADIUS_VSA_FORMAT {
pub VendorId: [u8; 4],
pub VendorType: u8,
pub VendorLength: u8,
pub AttributeSpecific: [u8; 1],
}Expand description
Required features: ‘Win32_NetworkManagement_NetworkPolicyServer’
Fields
VendorId: [u8; 4]VendorType: u8VendorLength: u8AttributeSpecific: [u8; 1]