10 references to Format
System.Security.Cryptography (10)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
468if (blobType != blobFormat.Format ||
System\Security\Cryptography\CngKey.Export.cs (2)
23ErrorCode errorCode = Interop.NCrypt.NCryptExportKey(_keyHandle, IntPtr.Zero, format.Format, IntPtr.Zero, null, 0, out numBytesNeeded, 0); 28errorCode = Interop.NCrypt.NCryptExportKey(_keyHandle, IntPtr.Zero, format.Format, IntPtr.Zero, buffer, buffer.Length, out numBytesNeeded, 0);
System\Security\Cryptography\CngKey.Import.cs (2)
134format.Format, 150keyHandle = ECCng.ImportKeyBlob(format.Format, keyBlob, curveName, providerHandle);
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
70return _format.Equals(other.Format);
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (3)
83CngKeyBlobFormat.EccPublicBlob.Format, 163CngKeyBlobFormat.EccPrivateBlob.Format : 164CngKeyBlobFormat.EccPublicBlob.Format;
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
163string blobFormatString = blobFormat.Format;