2 writes to _wrappedKey
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
60
_wrappedKey
= wrappingSspiContext.Encrypt(keyToWrap);
64
_wrappedKey
= wrappedKey;
1 reference to _wrappedKey
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
173
ek.SetUpKeyWrap(
_wrappedKey
);