4 references to EccPrivateBlob
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
173CngKeyBlobFormat.EccPrivateBlob.Format :
System\Security\Cryptography\ECCng.ImportExport.cs (3)
13CngKeyBlobFormat blobFormat = includePrivateParameters ? CngKeyBlobFormat.EccPrivateBlob : CngKeyBlobFormat.EccPublicBlob; 31CngKeyBlobFormat blobFormat = includePrivateParameters ? CngKeyBlobFormat.EccPrivateBlob : CngKeyBlobFormat.EccPublicBlob; 63CngKeyBlobFormat.EccPrivateBlob :