#[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: u16§MasterKeyIdentifierSize: u8§MasterKeyIdentifier: *mut u8