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

KERB_CRYPTO_KEY

public struct KERB_CRYPTO_KEY
{
    public KERB_CRYPTO_KEY_TYPE KeyType;
    public uint Length;
    public unsafe byte* Value;
}

KERB_CRYPTO_KEY_TYPE

Last updated