18 references to OtherRequestAttributes
System.Security.Cryptography (18)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (17)
415
/// <see cref="
OtherRequestAttributes
"/> contains a <see langword="null" /> value.
419
/// <see cref="
OtherRequestAttributes
"/> contains an entry with a <see langword="null" />
424
/// <see cref="
OtherRequestAttributes
"/> contains an entry representing the PKCS#9
465
/// <see cref="
OtherRequestAttributes
"/> contains a <see langword="null" /> value.
469
/// <see cref="
OtherRequestAttributes
"/> contains an entry with a <see langword="null" />
474
/// <see cref="
OtherRequestAttributes
"/> contains an entry representing the PKCS#9
518
if (
OtherRequestAttributes
.Count > 0 || hasExtensions)
520
attributes = new X501Attribute[
OtherRequestAttributes
.Count + (hasExtensions ? 1 : 0)];
525
foreach (AsnEncodedData attr in
OtherRequestAttributes
)
530
SR.Format(SR.Cryptography_CertReq_NullValueInCollection, nameof(
OtherRequestAttributes
)));
536
SR.Format(SR.Cryptography_CertReq_MissingOidInCollection, nameof(
OtherRequestAttributes
)));
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
612
/// <see cref="
OtherRequestAttributes
"/> contains a <see langword="null" /> value.
616
/// <see cref="
OtherRequestAttributes
"/> contains an entry with a <see langword="null" />
621
/// <see cref="
OtherRequestAttributes
"/> contains an entry representing the PKCS#9
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
276
req.
OtherRequestAttributes
.Add(