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