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