2 references to Oid
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\PkcsHelpers.cs (1)
717return oid is null ? null : new Oid(oid);
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
26_secretTypeOid = new Oid(secretTypeOid);