# KERB\_CRYPTO\_KEY

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

[kerb\_crypto\_key\_type](https://www.pinvoke.dev/identity/kerb_crypto_key_type "mention")
