Struct windows_sys::Win32::Security::Cryptography::RECIPIENTPOLICY2
[−]#[repr(C)]pub struct RECIPIENTPOLICY2 {
pub recipient: ENDPOINTADDRESS2,
pub issuer: ENDPOINTADDRESS2,
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: ENDPOINTADDRESS2issuer: ENDPOINTADDRESS2tokenType: PWSTRrequiredClaims: CLAIMLISToptionalClaims: CLAIMLISTprivacyUrl: PWSTRprivacyVersion: u32