1 type derived from BinaryKeyIdentifierClause
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
10
sealed public class EncryptedKeyIdentifierClause :
BinaryKeyIdentifierClause
4 references to BinaryKeyIdentifierClause
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (2)
53
BinaryKeyIdentifierClause
that = keyIdentifierClause as
BinaryKeyIdentifierClause
;
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
306
BinaryKeyIdentifierClause
binaryClause = clause as
BinaryKeyIdentifierClause
;