10 overrides of CanCreateKeyIdentifierClause
System.IdentityModel (9)
System\IdentityModel\Tokens\EncryptedSecurityToken.cs (1)
47public override bool CanCreateKeyIdentifierClause<T>()
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
155public override bool CanCreateKeyIdentifierClause<T>()
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
287public override bool CanCreateKeyIdentifierClause<T>()
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
227public override bool CanCreateKeyIdentifierClause<T>()
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
185public override bool CanCreateKeyIdentifierClause<T>()
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
137public override bool CanCreateKeyIdentifierClause<T>()
System\IdentityModel\Tokens\SamlSecurityToken.cs (1)
91public override bool CanCreateKeyIdentifierClause<T>()
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
110public override bool CanCreateKeyIdentifierClause<T>()
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
216public override bool CanCreateKeyIdentifierClause<T>()
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
282public override bool CanCreateKeyIdentifierClause<T>()
9 references to CanCreateKeyIdentifierClause
System.IdentityModel (8)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
373if (originalUseKeyToken.CanCreateKeyIdentifierClause<RsaKeyIdentifierClause>()) 377else if (originalUseKeyToken.CanCreateKeyIdentifierClause<X509RawDataKeyIdentifierClause>())
System\IdentityModel\Tokens\EncryptedSecurityToken.cs (1)
49return _realToken.CanCreateKeyIdentifierClause<T>();
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
292return base.CanCreateKeyIdentifierClause<T>();
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
232return base.CanCreateKeyIdentifierClause<T>();
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
140|| base.CanCreateKeyIdentifierClause<T>();
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
119base.CanCreateKeyIdentifierClause<T>();
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
221return base.CanCreateKeyIdentifierClause<T>();
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
287return base.CanCreateKeyIdentifierClause<T>();