1 write to Location
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
13
Location
= location;
7 references to Location
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\PemKeyHelpers.Factory.cs (2)
50
Index offset = fields.
Location
.End;
124
Index offset = fields.
Location
.End;
System\Security\Cryptography\PemEnumerator.cs (1)
51
_contents = _contents[_pemFields.
Location
.End..];
System\Security\Cryptography\PemKeyHelpers.cs (2)
126
Index offset = fields.
Location
.End;
203
Index offset = fields.
Location
.End;
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1818
using (TAlg key = factory(contents[fields.
Location
]))
1848
using (TAlg key = factory(contents[fields.
Location
], password))