2 overrides of CreateKey
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
37public override SecurityKey CreateKey()
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
38public override SecurityKey CreateKey()
2 references to CreateKey
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
83return this[i].CreateKey();
System\ServiceModel\Security\SecurityUtils.cs (1)
712key = keyIdentifierClause.CreateKey();