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