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