Struct windows_sys::Win32::Security::Cryptography::RECIPIENTPOLICY2
#[repr(C)]pub struct RECIPIENTPOLICY2 {
pub recipient: ENDPOINTADDRESS2,
pub issuer: ENDPOINTADDRESS2,
pub tokenType: PCWSTR,
pub requiredClaims: CLAIMLIST,
pub optionalClaims: CLAIMLIST,
pub privacyUrl: PCWSTR,
pub privacyVersion: u32,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§recipient: ENDPOINTADDRESS2§issuer: ENDPOINTADDRESS2§tokenType: PCWSTR§requiredClaims: CLAIMLIST§optionalClaims: CLAIMLIST§privacyUrl: PCWSTR§privacyVersion: u32