X509Certificate.GetKeyAlgorithmParametersString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the key algorithm parameters for the X.509 version 3 certificate.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.StringThe key algorithm parameters for the X.509 certificate as a hexadecimal string.
| Exception | Condition |
|---|---|
| CryptographicException | The certificate context is invalid. |
Show: