in src/Azure.WebSites.DataProtection/CryptographicKey.cs [11:15]
public CryptographicKey(Guid id, byte[] value) { Id = id; Value = value; }