18 references to OtherRequestAttributes
System.Security.Cryptography (18)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (17)
248/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 252/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 257/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 298/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 302/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 307/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 340if (OtherRequestAttributes.Count > 0 || hasExtensions) 342attributes = new X501Attribute[OtherRequestAttributes.Count + (hasExtensions ? 1 : 0)]; 347foreach (AsnEncodedData attr in OtherRequestAttributes) 352SR.Format(SR.Cryptography_CertReq_NullValueInCollection, nameof(OtherRequestAttributes))); 358SR.Format(SR.Cryptography_CertReq_MissingOidInCollection, nameof(OtherRequestAttributes))); 386/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 390/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 395/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 434/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 438/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 443/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
271req.OtherRequestAttributes.Add(