1 write to wrappedKeyToken
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1378
this.
wrappedKeyToken
= wrappedKeyToken;
2 references to wrappedKeyToken
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1264
byte[] decryptedBuffer = DecryptSecurityHeaderElement(encryptedData, this.
wrappedKeyToken
, out encryptionToken);
1309
byte[] db = DecryptSecurityHeaderElement(ed, this.
wrappedKeyToken
, out securityToken);