18 references to OtherRequestAttributes
System.Security.Cryptography (18)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (17)
367/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 371/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 376/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 417/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 421/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 426/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 470if (OtherRequestAttributes.Count > 0 || hasExtensions) 472attributes = new X501Attribute[OtherRequestAttributes.Count + (hasExtensions ? 1 : 0)]; 477foreach (AsnEncodedData attr in OtherRequestAttributes) 482SR.Format(SR.Cryptography_CertReq_NullValueInCollection, nameof(OtherRequestAttributes))); 488SR.Format(SR.Cryptography_CertReq_MissingOidInCollection, nameof(OtherRequestAttributes))); 516/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 520/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 525/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9 564/// <see cref="OtherRequestAttributes"/> contains a <see langword="null" /> value. 568/// <see cref="OtherRequestAttributes"/> contains an entry with a <see langword="null" /> 573/// <see cref="OtherRequestAttributes"/> contains an entry representing the PKCS#9
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
276req.OtherRequestAttributes.Add(