2 writes to encryptionKeyIdentifier
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
481this.encryptionKeyIdentifier = null; 641this.encryptionKeyIdentifier = keyIdentifier;
3 references to encryptionKeyIdentifier
System.ServiceModel (3)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (3)
310header, this.encryptingSymmetricAlgorithm, this.encryptionKeyIdentifier, this.Version, encryptedDataId, plainTextStream); 553encryptedData.KeyIdentifier = this.encryptionKeyIdentifier; 582this.encryptingSymmetricAlgorithm, this.encryptionKeyIdentifier, this.Version,