Struct windows_sys::Win32::Security::Cryptography::POLICY_ELEMENT
[−]#[repr(C)]pub struct POLICY_ELEMENT {
pub targetEndpointAddress: PWSTR,
pub issuerEndpointAddress: PWSTR,
pub issuedTokenParameters: PWSTR,
pub privacyNoticeLink: PWSTR,
pub privacyNoticeVersion: u32,
pub useManagedPresentation: BOOL,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
targetEndpointAddress: PWSTRissuerEndpointAddress: PWSTRissuedTokenParameters: PWSTRprivacyNoticeLink: PWSTRprivacyNoticeVersion: u32useManagedPresentation: BOOL