Struct winapi::sspi::SecPkgContext_KeyInfoA [] [src]

pub struct SecPkgContext_KeyInfoA {
    pub sSignatureAlgorithmName: *mut SEC_CHAR,
    pub sEncryptAlgorithmName: *mut SEC_CHAR,
    pub KeySize: c_ulong,
    pub SignatureAlgorithm: c_ulong,
    pub EncryptAlgorithm: c_ulong,
}

Fields

sSignatureAlgorithmName
sEncryptAlgorithmName
KeySize
SignatureAlgorithm
EncryptAlgorithm

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_KeyInfoA

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for SecPkgContext_KeyInfoA

impl Clone for SecPkgContext_KeyInfoA

fn clone(&self) -> SecPkgContext_KeyInfoA

fn clone_from(&mut self, source: &Self)