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