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