10 overrides of CreateKeyIdentifierClause
System.IdentityModel (9)
System\IdentityModel\Tokens\EncryptedSecurityToken.cs (1)
55
public override T
CreateKeyIdentifierClause
<T>()
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
166
public override T
CreateKeyIdentifierClause
<T>()
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
295
public override T
CreateKeyIdentifierClause
<T>()
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
235
public override T
CreateKeyIdentifierClause
<T>()
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
190
public override T
CreateKeyIdentifierClause
<T>()
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
148
public override T
CreateKeyIdentifierClause
<T>()
System\IdentityModel\Tokens\SamlSecurityToken.cs (1)
99
public override T
CreateKeyIdentifierClause
<T>()
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
122
public override T
CreateKeyIdentifierClause
<T>()
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
224
public override T
CreateKeyIdentifierClause
<T>()
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
290
public override T
CreateKeyIdentifierClause
<T>()
17 references to CreateKeyIdentifierClause
System.IdentityModel (10)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
375
useKeySki.Add(originalUseKeyToken.
CreateKeyIdentifierClause
<RsaKeyIdentifierClause>());
379
useKeySki.Add(originalUseKeyToken.
CreateKeyIdentifierClause
<X509RawDataKeyIdentifierClause>());
System\IdentityModel\Tokens\EncryptedSecurityToken.cs (1)
57
return _realToken.
CreateKeyIdentifierClause
<T>();
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
300
return base.
CreateKeyIdentifierClause
<T>();
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
240
return base.
CreateKeyIdentifierClause
<T>();
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
160
return base.
CreateKeyIdentifierClause
<T>();
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
242
return token.
CreateKeyIdentifierClause
<Saml2AssertionKeyIdentifierClause>();
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
254
return token.
CreateKeyIdentifierClause
<SamlAssertionKeyIdentifierClause>();
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
144
return base.
CreateKeyIdentifierClause
<T>();
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
229
return base.
CreateKeyIdentifierClause
<T>();
System.ServiceModel (7)
System\ServiceModel\Security\SessionSymmetricMessageSecurityProtocolFactory.cs (1)
122
return token.
CreateKeyIdentifierClause
<LocalIdKeyIdentifierClause>();
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
295
return base.
CreateKeyIdentifierClause
<T>();
System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs (2)
116
result = token.
CreateKeyIdentifierClause
<TExternalClause>();
119
result = token.
CreateKeyIdentifierClause
<TInternalClause>();
System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs (3)
110
result = token.
CreateKeyIdentifierClause
<X509IssuerSerialKeyIdentifierClause>();
112
result = token.
CreateKeyIdentifierClause
<X509ThumbprintKeyIdentifierClause>();
115
result = token.
CreateKeyIdentifierClause
<LocalIdKeyIdentifierClause>();