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