X509Certificate2.GetSlhDsaPublicKey Method    
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 SlhDsa public key from this certificate.
public:
 System::Security::Cryptography::SlhDsa ^ GetSlhDsaPublicKey();[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public System.Security.Cryptography.SlhDsa? GetSlhDsaPublicKey();[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.GetSlhDsaPublicKey : unit -> System.Security.Cryptography.SlhDsaPublic Function GetSlhDsaPublicKey () As SlhDsaReturns
The public key, or null if this certificate does not have an SLH-DSA public key.
- Attributes
Exceptions
The certificate has an SLH-DSA public key, but the platform does not support SLH-DSA.
The public key was invalid, or otherwise could not be imported.