6 references to CreateKey
System.IdentityModel (6)
System\IdentityModel\EnvelopedSignatureReader.cs (1)
198signingKey = _signedXml.Signature.KeyIdentifier.CreateKey();
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
160decryptionKey = encryptedData.KeyIdentifier.CreateKey();
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
2212key = keyIdentifier.CreateKey();
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3376return subjectKeyIdentifier.CreateKey();
System\IdentityModel\Tokens\SamlSerializer.cs (1)
213return ski.CreateKey();
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
220_securityKey = _securityKeyIdentifier.CreateKey();