Share via


JsonWebKeyEncryptionAlgorithm.AllAlgorithms Property

 

Gets all the algorithms names. Use clone to avoid FxCop violation.

Namespace:   Microsoft.Azure.KeyVault.WebKey
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public static string[] AllAlgorithms { get; }
public:
property array<String^>^ AllAlgorithms {
    static array<String^>^ get();
}
static member AllAlgorithms : string[] with get
Public Shared ReadOnly Property AllAlgorithms As String()

Property Value

Type: System.String[]

All the algorithms names.

See Also

JsonWebKeyEncryptionAlgorithm Class
Microsoft.Azure.KeyVault.WebKey Namespace

Return to top