1 write to Oid
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\AlgorithmIdentifier.cs (1)
25Oid = oid;
7 references to Oid
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
144SymmetricAlgorithm alg = OpenAlgorithm(algorithmIdentifier.Oid.Value!);
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
72Algorithm = contentEncryptionAlgorithm.Oid.Value!,
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
59contentEncryptionAlgorithmAsn.Algorithm = contentEncryptionAlgorithm.Oid.Value!;
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
44recipientInfo.KeyEncryptionAlgorithm.Oid.Value,
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (3)
142string algorithmOidValue = contentEncryptionAlgorithm.Oid.Value!; 354AlgId algId = contentEncryptionAlgorithm.Oid.Value!.ToAlgId(); 435string algorithmOidValue = contentEncryptionAlgorithm.Oid.Value!;