Struct windows_sys::Win32::Security::Cryptography::RECIPIENTPOLICY
[−]#[repr(C)]pub struct RECIPIENTPOLICY {
pub recipient: ENDPOINTADDRESS,
pub issuer: ENDPOINTADDRESS,
pub tokenType: PCWSTR,
pub requiredClaims: CLAIMLIST,
pub optionalClaims: CLAIMLIST,
pub privacyUrl: PCWSTR,
pub privacyVersion: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
recipient: ENDPOINTADDRESS
issuer: ENDPOINTADDRESS
tokenType: PCWSTR
requiredClaims: CLAIMLIST
optionalClaims: CLAIMLIST
privacyUrl: PCWSTR
privacyVersion: u32
Trait Implementations
impl Clone for RECIPIENTPOLICY
impl Clone for RECIPIENTPOLICY
impl Copy for RECIPIENTPOLICY
Auto Trait Implementations
impl RefUnwindSafe for RECIPIENTPOLICY
impl !Send for RECIPIENTPOLICY
impl !Sync for RECIPIENTPOLICY
impl Unpin for RECIPIENTPOLICY
impl UnwindSafe for RECIPIENTPOLICY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more