Certificate.KeyAlgorithmName Property

Definition

Gets the name of the cryptographic algorithm used to create the key.

public:
 property Platform::String ^ KeyAlgorithmName { Platform::String ^ get(); };
winrt::hstring KeyAlgorithmName();
public string KeyAlgorithmName { get; }
var string = certificate.keyAlgorithmName;
Public ReadOnly Property KeyAlgorithmName As String

Property Value

String

Platform::String

winrt::hstring

The name of the cryptographic algorithm used to create the key.

Applies to