Struct winapi::shared::sspi::SecPkgContext_KeyInfoA [−][src]
#[repr(C)]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: *mut SEC_CHAR
sEncryptAlgorithmName: *mut SEC_CHAR
KeySize: c_ulong
SignatureAlgorithm: c_ulong
EncryptAlgorithm: c_ulong
Trait Implementations
Returns the “default value” for a type. Read more