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)
240return oid is null ? null : new Oid(oid);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
32_secretTypeOid = new Oid(secretTypeOid);