Desktop Functions: Smart Device Functions:
|
Search Results for "CERT_CREDENTIAL_INFO" in [All]advapi32
internal struct CERT_CREDENTIAL_INFO
NativeMethods.CERT_CREDENTIAL_INFO certInfo =
new NativeMethods.CERT_CREDENTIAL_INFO();
certInfo.cbSize = (uint)Marshal.SizeOf(typeof(NativeMethods.CERT_CREDENTIAL_INFO)); |