2 overrides of CanCreateKey
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
32public override bool CanCreateKey
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
33public override bool CanCreateKey
3 references to CanCreateKey
System.ServiceModel.Primitives (3)
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (2)
48if (this[i].CanCreateKey) 81if (this[i].CanCreateKey)
System\ServiceModel\Security\SecurityUtils.cs (1)
710if (keyIdentifierClause.CanCreateKey)