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_CHARsEncryptAlgorithmName: *mut SEC_CHARKeySize: c_ulongSignatureAlgorithm: c_ulongEncryptAlgorithm: c_ulongTrait Implementations
Returns the “default value” for a type. Read more