Gets CSP parameters if the instance of AsymmetricKeyAlgorithm represents a key stored in a Windows Cryptographic Service Provider.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetCspParameters As CspParameters
C#
public CspParameters GetCspParameters()

Return Value

CSP parameters if available; null if not available.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also