ECDiffieHellman.SignatureAlgorithm Свойство
Определение
Получает имя алгоритма подписи.Gets the name of the signature algorithm.
public:
virtual property System::String ^ SignatureAlgorithm { System::String ^ get(); };
public override string? SignatureAlgorithm { get; }
public override string SignatureAlgorithm { get; }
member this.SignatureAlgorithm : string
Public Overrides ReadOnly Property SignatureAlgorithm As String
Значение свойства
Всегда null
.Always null
.
Комментарии
This property is inherited from the
Для формирования ключа используется алгоритм ECDH, а не цифровая подпись.The Elliptic Curve Diffie-Hellman (ECDH) algorithm is used for key derivation, not digital signature generation. Поэтому это свойство возвращает null
.Therefore, this property returns null
.