3 references to Oid
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
32
_secretTypeOid = new
Oid
(secretTypeOid);
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
240
return oid is null ? null : new
Oid
(oid);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
32
_secretTypeOid = new
Oid
(secretTypeOid);