1 write to expectedEncryptionToken
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
534this.expectedEncryptionToken = encryptionToken;
6 references to expectedEncryptionToken
System.ServiceModel (6)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (6)
789else if (expectedEncryptionToken != null) 791universalTokenResolver.Add(expectedEncryptionToken, SecurityTokenReferenceStyle.External, expectedEncryptionTokenParameters); 792primaryTokenResolver.Add(expectedEncryptionToken, SecurityTokenReferenceStyle.External, expectedEncryptionTokenParameters); 893else if (expectedEncryptionToken != null) 895if (this.EncryptionToken != expectedEncryptionToken) 1608|| (token == expectedEncryptionToken)