3 references to AddConfirmation
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1801this.receivedSignatureConfirmations.AddConfirmation(signatureValue, isFromDecryptedSource); 1814this.receivedSignatureValues.AddConfirmation(signatureValue, isFromDecryptedSource);
System\ServiceModel\Security\SendSecurityHeader.cs (1)
1033this.signatureValuesGenerated.AddConfirmation(signatureValue, wasEncrypted);