2 writes to _encryptedKey
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
116
set {
_encryptedKey
= value; }
178
_encryptedKey
= ek;
4 references to _encryptedKey
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (4)
115
get { return
_encryptedKey
; }
123
return
_encryptedKey
== null ? null :
_encryptedKey
.ReferenceList;
159
if (
_encryptedKey
== null)