For the complete documentation index, see llms.txt. This page is also available as Markdown.

SECPKG_CRED

public enum SECPKG_CRED : uint
{
    SECPKG_CRED_INBOUND = 1U,
    SECPKG_CRED_OUTBOUND = 2U,
}

Last updated