KERB_CRYPTO_KEY32

public struct KERB_CRYPTO_KEY32
{
    public int KeyType;
    public uint Length;
    public uint Offset;
}

Last updated