4 references to SecretPrepend
System.Core (4)
System\Security\Cryptography\ECDiffieHellmanCng.cs (4)
375
byte[] secretPrepend =
SecretPrepend
== null ? null :
SecretPrepend
.Clone() as byte[];
386
byte[] secretPrepend =
SecretPrepend
== null ? null :
SecretPrepend
.Clone() as byte[];