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