1 write to _key
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
45
_key
= new X509AsymmetricSecurityKey(_certificate);
2 references to _key
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (2)
39
if (
_key
== null)
47
return
_key
;