4 overrides of CanCreateKey
System.IdentityModel (4)
System\IdentityModel\Tokens\RsaKeyIdentifierClause.cs (1)
28public override bool CanCreateKey
System\IdentityModel\Tokens\WrappedSaml2AssertionKeyIdentifierClause.cs (1)
35public override bool CanCreateKey
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
31public override bool CanCreateKey
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
36public override bool CanCreateKey
6 references to CanCreateKey
System.IdentityModel (5)
System\IdentityModel\EnvelopedSignatureReader.cs (1)
206if (clause.CanCreateKey)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
365if (skiClause.CanCreateKey)
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (2)
47if (this[i].CanCreateKey) 83if (this[i].CanCreateKey)
System\IdentityModel\Tokens\WrappedSaml2AssertionKeyIdentifierClause.cs (1)
39return this.clause.CanCreateKey;
System.ServiceModel (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
2257if (keyIdentifierClause.CanCreateKey)