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