Skip to content

Commit

Permalink
Merge pull request #10 from Azure/master
Browse files Browse the repository at this point in the history
.
  • Loading branch information
huangpf committed May 20, 2015
2 parents 7eb96e6 + ad400d0 commit c0595ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Microsoft.Azure.KeyVault.WebKey
/// </summary>
public static class JsonWebKeyEncryptionAlgorithm
{
public const string RSAOAEP = "RSA_OAEP";
public const string RSAOAEP = "RSA-OAEP";
public const string RSA15 = "RSA1_5";

/// <summary>
Expand Down

0 comments on commit c0595ec

Please sign in to comment.