2 references to ExportSecret
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeImplementation.Managed.cs (2)
403
static (kdf, context, output, key) => kdf.
ExportSecret
(key, context, output));
482
static (kdf, context, output, key) => kdf.
ExportSecret
(key, context, output));