32 references to Oid
HttpStress (1)
Program.cs (1)
400
certReq.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)
16
private static readonly Oid ClientCertificateOid = new
Oid
("1.3.6.1.5.5.7.3.2");
System.Security.Cryptography (16)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
264
Oid type = new
Oid
(attribute.AttrType);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
72
_certTypeOid ??= new
Oid
(_decoded.CertId);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
62
_bagOid ??= new
Oid
(_bagIdValue);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
45
_secretTypeOid ??= new
Oid
(_decoded.SecretTypeId);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9ContentType.cs (1)
62
return new
Oid
(contentTypeValue);
System\Security\Cryptography\AsnEncodedData.cs (2)
46
public AsnEncodedData(string oid, byte[] rawData) : this(new
Oid
(oid), rawData, skipCopy: false)
77
Reset(new
Oid
(oid), rawData);
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
92
_ => new
Oid
(friendlyName).Value,
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
28
Oid oid = new
Oid
(maybeOid);
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
509
Oid oid = new
Oid
(oidValue);
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (2)
158
Oid oid = new
Oid
(oidValue);
489
return new
Oid
(str.ToString()).Value; // Value can be null, but permit the null-to-empty conversion.
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
323
Oid 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)
54
string? oidValue = new
Oid
(oid).Value;
System.Security.Cryptography.Pkcs (12)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
151
return new AlgorithmIdentifier(new
Oid
(asn.Algorithm), keyLength)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Asn.cs (1)
32
return new
Oid
(contentInfo.ContentType);
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
34
new
Oid
(data.EncryptedContentInfo.ContentType),
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (2)
104
new
Oid
(contentType),
122
new
Oid
(contentType),
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
78
Oid oid = new
Oid
(rid.RKeyId.Value.Other.Value.KeyAttrId);
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
264
Oid type = new
Oid
(attribute.AttrType);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
72
_certTypeOid ??= new
Oid
(_decoded.CertId);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
62
_bagOid ??= new
Oid
(_bagIdValue);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
45
_secretTypeOid ??= new
Oid
(_decoded.SecretTypeId);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9ContentType.cs (1)
62
return new
Oid
(contentTypeValue);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
201
ContentInfo = new ContentInfo(new
Oid
(_contentType), contentValue.ToArray());
WebTransportInteractiveSampleApp (1)
Program.cs (1)
187
new
("1.3.6.1.5.5.7.3.1") // serverAuth
WebTransportSampleApp (1)
Program.cs (1)
73
new
("1.3.6.1.5.5.7.3.1") // serverAuth