2 writes to KeyIdentifier
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
242this.KeyIdentifier = _tokenSerializer.ReadKeyIdentifier(localReader);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
176ek.KeyIdentifier = this.WrappingTokenReference;
3 references to KeyIdentifier
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (2)
317if (this.KeyIdentifier != null) 319_tokenSerializer.WriteKeyIdentifier(writer, this.KeyIdentifier);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
446SecurityKeyIdentifier unwrappingTokenIdentifier = encryptedKey.KeyIdentifier;