4 references to ReadKeyIdentifierClause
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
1533
rstr.RequestedAttachedReference = context.SecurityTokenHandlers.
ReadKeyIdentifierClause
(reader);
1550
rstr.RequestedUnattachedReference = context.SecurityTokenHandlers.
ReadKeyIdentifierClause
(reader);
2368
EncryptedKeyIdentifierClause encryptedKeyClause = context.SecurityTokenHandlers.
ReadKeyIdentifierClause
(reader) as EncryptedKeyIdentifierClause;
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
201
return _securityTokenHandlers.
ReadKeyIdentifierClause
(reader);