3 references to HmacKey
System.Core (3)
System\Security\Cryptography\ECDiffieHellmanCng.cs (3)
307
get { return
HmacKey
== null; }
384
byte[] hmacKey =
HmacKey
== null ? null :
HmacKey
.Clone() as byte[];