7 writes to D
Microsoft.CodeAnalysis (1)
StrongName\CryptoBlobParser.cs (1)
284
rsaParameters.
D
= br.ReadReversed(modulusLength);
Microsoft.DotNet.StrongName (1)
Utils.cs (1)
206
rsaParameters.
D
= br.ReadReversed(modulusLength);
Mono.Cecil (1)
Mono.Security.Cryptography\CryptoConvert.cs (1)
134
rsap.
D
= new byte [byteLen]; // must be allocated
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
42
D
= new byte[n.Length],
System\Security\Cryptography\CapiHelper.Shared.cs (1)
188
rsaParameters.
D
= br.ReadReversed(modulusLength);
System\Security\Cryptography\CngHelpers.cs (1)
272
rsaParams.
D
= Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->cbModulus);
System\Security\Cryptography\RSA.Xml.cs (1)
49
D
= d,
22 references to D
Mono.Cecil (2)
Mono.Security.Cryptography\CryptoConvert.cs (2)
137
Buffer.BlockCopy (blob, pos, rsap.
D
, 0, byteLen);
138
Array.Reverse (rsap.
D
);
System.Security.Cryptography (20)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.ImportExport.cs (1)
31
ImportKeyBlob(keyBlob, parameters.
D
!= null);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (4)
52
using (PinAndClear.Track(parameters.
D
))
69
key.PrivateExponent.ToUnsignedIntegerBytes(parameters.
D
);
118
if (rsaParameters.
D
== null ||
136
writer.WriteKeyParameterInteger(rsaParameters.
D
);
System\Security\Cryptography\CapiHelper.Shared.cs (3)
99
if (rsaParameters.
D
== null || rsaParameters.
D
.Length != modulusLength)
135
bw.WriteReversed(rsaParameters.
D
!);
System\Security\Cryptography\CngHelpers.cs (2)
118
if (parameters.
D
== null)
153
if (parameters.
D
.Length != parameters.Modulus.Length ||
System\Security\Cryptography\RSA.cs (4)
857
fixed (byte* dPin = rsaParameters.
D
)
955
fixed (byte* dPin = ret.
D
)
986
fixed (byte* dPin = ret.
D
)
1354
CryptographicOperations.ZeroMemory(rsaParameters.
D
);
System\Security\Cryptography\RSA.Xml.cs (3)
43
byte[]? d = XmlKeyHelper.ReadCryptoBinary(ref state, nameof(RSAParameters.
D
), n.Length);
123
XmlKeyHelper.WriteCryptoBinary(nameof(RSAParameters.
D
), keyParameters.
D
, builder);
System\Security\Cryptography\RSABCrypt.cs (2)
105
parameters.
D
!= null ?
117
SetKey(newKey, publicOnly: parameters.
D
is null);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
236
using (PinAndClear.Track(privateParameters.
D
!))