1 write to Label
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
16
Label
= label;
8 references to Label
System.Security.Cryptography (8)
System\Security\Cryptography\PemKeyHelpers.cs (2)
112
ReadOnlySpan<char> label = pem[fields.
Label
];
173
ReadOnlySpan<char> label = pem[fields.
Label
];
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
48
if (contents[fields.
Label
].SequenceEqual(PemLabels.Pkcs10CertificateRequest))
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
270
if (contents[fields.
Label
].SequenceEqual(PemLabels.X509CertificateRevocationList))
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (3)
1085
ReadOnlySpan<char> label = contents[fields.
Label
];
1437
ReadOnlySpan<char> label = contents[fields.
Label
];
1471
ReadOnlySpan<char> label = contents[fields.
Label
];
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
380
ReadOnlySpan<char> label = contents[fields.
Label
];