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