4 references to ExportKeyBlob
System.Security.Cryptography (4)
System\Security\Cryptography\ECCng.ImportExport.cs (1)
130
byte[] keyBlob =
ExportKeyBlob
(key, includePrivateParameters);
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
186
return ECCng.
ExportKeyBlob
(Key, includePrivateParameters);
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
148
byte[] keyBlob = ECCng.
ExportKeyBlob
(key, includePrivateParameters: false);
System\Security\Cryptography\ECDsaCng.cs (1)
131
return ECCng.
ExportKeyBlob
(Key, includePrivateParameters);