Struct windows_sys::Win32::Security::Cryptography::POLICY_ELEMENT
#[repr(C)]pub struct POLICY_ELEMENT {
pub targetEndpointAddress: PCWSTR,
pub issuerEndpointAddress: PCWSTR,
pub issuedTokenParameters: PCWSTR,
pub privacyNoticeLink: PCWSTR,
pub privacyNoticeVersion: u32,
pub useManagedPresentation: BOOL,
}Expand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"
Fields§
§targetEndpointAddress: PCWSTR§issuerEndpointAddress: PCWSTR§issuedTokenParameters: PCWSTR§privacyNoticeLink: PCWSTR§privacyNoticeVersion: u32§useManagedPresentation: BOOL