AsymmetricKeyPairGetAsymmetricKey Method
Gets the implementation object for the current asymmetric algorithm.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public abstract AsymmetricAlgorithm GetAsymmetricKey()
Public MustOverride Function GetAsymmetricKey As AsymmetricAlgorithm
public:
virtual AsymmetricAlgorithm^ GetAsymmetricKey() abstract
abstract GetAsymmetricKey : unit -> AsymmetricAlgorithm
Return Value
AsymmetricAlgorithm
Object that implements particular asymmetric algorithm on a current platform.