28 references to Oid
HttpStress (1)
Program.cs (1)
400certReq.CertificateExtensions.Add(new X509EnhancedKeyUsageExtension(new OidCollection { new Oid("1.3.6.1.5.5.7.3.1") }, false));
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
16private static readonly Oid ClientCertificateOid = new Oid("1.3.6.1.5.5.7.3.2");
System.Security.Cryptography (12)
System\Security\Cryptography\AsnEncodedData.cs (2)
46public AsnEncodedData(string oid, byte[] rawData) : this(new Oid(oid), rawData, skipCopy: false) 77Reset(new Oid(oid), rawData);
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
92_ => new Oid(friendlyName).Value,
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
28Oid oid = new Oid(maybeOid);
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
509Oid oid = new Oid(oidValue);
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
247oids.Add(new Oid(oidValue));
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (2)
146Oid oid = new Oid(oidValue); 477return new Oid(str.ToString()).Value; // Value can be null, but permit the null-to-empty conversion.
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
323Oid oid = new Oid(keyAlgorithmOid);
System\Security\Cryptography\X509Certificates\X509Extension.cs (2)
46: this(new Oid(oid), rawData, critical) 64: this(new Oid(oid), rawData, critical)
System\Security\Cryptography\X509Certificates\X509ExtensionCollection.cs (1)
54string? oidValue = new Oid(oid).Value;
System.Security.Cryptography.Pkcs (12)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
151return new AlgorithmIdentifier(new Oid(asn.Algorithm), keyLength)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Asn.cs (1)
32return new Oid(contentInfo.ContentType);
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
34new Oid(data.EncryptedContentInfo.ContentType),
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (2)
104new Oid(contentType), 122new Oid(contentType),
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
78Oid oid = new Oid(rid.RKeyId.Value.Other.Value.KeyAttrId);
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
65_certTypeOid ??= new Oid(_decoded.CertId);
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
56_bagOid ??= new Oid(_bagIdValue);
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
39_secretTypeOid ??= new Oid(_decoded.SecretTypeId);
System\Security\Cryptography\Pkcs\Pkcs9ContentType.cs (1)
56return new Oid(contentTypeValue);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
201ContentInfo = new ContentInfo(new Oid(_contentType), contentValue.ToArray());
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
808Oid type = new Oid(attribute.AttrType);
WebTransportInteractiveSampleApp (1)
Program.cs (1)
187new("1.3.6.1.5.5.7.3.1") // serverAuth
WebTransportSampleApp (1)
Program.cs (1)
73new("1.3.6.1.5.5.7.3.1") // serverAuth