#[repr(C)]pub struct SecPkgContext_SrtpParameters {
pub ProtectionProfile: u16,
pub MasterKeyIdentifierSize: u8,
pub MasterKeyIdentifier: *mut u8,
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
ProtectionProfile: u16MasterKeyIdentifierSize: u8MasterKeyIdentifier: *mut u8