7 writes to Algorithm
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
96
decoded.
Algorithm
= sequenceReader.ReadObjectIdentifier();
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1649
Algorithm
= Algorithm.Oid,
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
241
Algorithm
= AlgorithmId.Value!,
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
1049
Algorithm
= PublicKey.Oid!.Value!,
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
177
Algorithm
= Oids.Dsa,
System\Security\Cryptography\X509Certificates\Pkcs10CertificationRequestInfo.cs (1)
57
Algorithm
= PublicKey.Oid!.Value!,
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
439
Algorithm
= _oid.Value ?? string.Empty,
10 references to Algorithm
System.Security.Cryptography (10)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs (3)
14
if (
Algorithm
!= other.
Algorithm
)
65
val.Algorithm =
Algorithm
;
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
28
writer.WriteObjectIdentifier(
Algorithm
);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
24
string algorithmValue = MacData.Value.Mac.DigestAlgorithm.
Algorithm
;
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
84
new Oid(privateKeyInfo.PrivateKeyAlgorithm.
Algorithm
, null),
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
570
switch (algorithmIdentifier.
Algorithm
)
615
algorithmIdentifier.
Algorithm
));
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
263
key = CreateKey(privateKeyInfo.PrivateKeyAlgorithm.
Algorithm
, safeBag.BagValue.Span);
439
string keyAlgorithm = publicKeyInfo.Algorithm.
Algorithm
;