3 references to CreateSymmetricSecurityKeys
System.IdentityModel (3)
System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (2)
59this.securityKeys = SecurityUtils.CreateSymmetricSecurityKeys(this.key); 78this.securityKeys = SecurityUtils.CreateSymmetricSecurityKeys(this.key);
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
108this.securityKey = SecurityUtils.CreateSymmetricSecurityKeys(keyToWrap);