1 write to Location
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
13
Location
= location;
4 references to Location
System.Security.Cryptography (4)
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)
1445
key.ImportFromPem(contents[fields.
Location
]);
1476
key.ImportFromEncryptedPem(contents[fields.
Location
], password);