5 types derived from BinaryKeyIdentifierClause
System.ServiceModel.Primitives (5)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
11sealed public class EncryptedKeyIdentifierClause : BinaryKeyIdentifierClause
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
11public class X509RawDataKeyIdentifierClause : BinaryKeyIdentifierClause
System\IdentityModel\Tokens\X509SubjectKeyIdentifierClause.cs (1)
11public class X509SubjectKeyIdentifierClause : BinaryKeyIdentifierClause
System\IdentityModel\Tokens\X509ThumbprintKeyIdentifierClause.cs (1)
11public class X509ThumbprintKeyIdentifierClause : BinaryKeyIdentifierClause
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
9public class BinarySecretKeyIdentifierClause : BinaryKeyIdentifierClause
4 references to BinaryKeyIdentifierClause
System.ServiceModel.Primitives (4)
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (2)
53BinaryKeyIdentifierClause that = keyIdentifierClause as BinaryKeyIdentifierClause;
System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
333BinaryKeyIdentifierClause binaryClause = clause as BinaryKeyIdentifierClause;