3 writes to _targetWrappingCredentials
System.IdentityModel (3)
System\IdentityModel\Tokens\SymmetricProofDescriptor.cs (3)
52_targetWrappingCredentials = targetWrappingCredentials; 119_targetWrappingCredentials = targetWrappingCredentials; 180_targetWrappingCredentials = targetWrappingCredentials;
2 references to _targetWrappingCredentials
System.IdentityModel (2)
System\IdentityModel\Tokens\SymmetricProofDescriptor.cs (2)
222get { return _targetWrappingCredentials; } 271_ski = CryptoHelper.KeyGenerator.GetSecurityKeyIdentifier(_key, _targetWrappingCredentials);