Certificate.SignatureAlgorithmName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the signature algorithm name.
public:
property Platform::String ^ SignatureAlgorithmName { Platform::String ^ get(); };
winrt::hstring SignatureAlgorithmName();
public string SignatureAlgorithmName { get; }
var string = certificate.signatureAlgorithmName;
Public ReadOnly Property SignatureAlgorithmName As String
Property Value
The signature algorithm name.