Struct windows_sys::Win32::Security::Cryptography::RECIPIENTPOLICY
[−]#[repr(C)]pub struct RECIPIENTPOLICY {
pub recipient: ENDPOINTADDRESS,
pub issuer: ENDPOINTADDRESS,
pub tokenType: PWSTR,
pub requiredClaims: CLAIMLIST,
pub optionalClaims: CLAIMLIST,
pub privacyUrl: PWSTR,
pub privacyVersion: u32,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
recipient: ENDPOINTADDRESSissuer: ENDPOINTADDRESStokenType: PWSTRrequiredClaims: CLAIMLISToptionalClaims: CLAIMLISTprivacyUrl: PWSTRprivacyVersion: u32