18 references to OtherRequestAttributes
System.Security.Cryptography (18)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (17)
311/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 315/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 320/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 361/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 365/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 370/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 414if (OtherRequestAttributes.Count > 0 || hasExtensions) 416attributes = new X501Attribute[OtherRequestAttributes.Count + (hasExtensions ? 1 : 0)]; 421foreach (AsnEncodedData attr in OtherRequestAttributes) 426SR.Format(SR.Cryptography_CertReq_NullValueInCollection, nameof(OtherRequestAttributes))); 432SR.Format(SR.Cryptography_CertReq_MissingOidInCollection, nameof(OtherRequestAttributes))); 460/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 464/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 469/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 508/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 512/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 517/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
275req.OtherRequestAttributes.Add(