2 writes to Attributes
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (1)
128
decoded.
Attributes
= tmpList.ToArray();
System\Security\Cryptography\X509Certificates\Pkcs10CertificationRequestInfo.cs (1)
69
Attributes
= attributes
4 references to Attributes
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (2)
50
for (int i = 0; i <
Attributes
.Length; i++)
52
Attributes
[i].Encode(writer);
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
206
if (requestInfo.
Attributes
is not null)
210
foreach (AttributeAsn attr in requestInfo.
Attributes
)