CspParameters Class
Contains parameters that are passed to the cryptographic service provider (CSP) that performs cryptographic computations. This class cannot be inherited.
For a list of all members of this type, see CspParameters Members.
System.Object
System.Security.Cryptography.CspParameters
[Visual Basic] NotInheritable Public Class CspParameters [C#] public sealed class CspParameters [C++] public __gc __sealed class CspParameters [JScript] public class CspParameters
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
In general, classes with names ending in CryptoServiceProvider are managed code wrappers for the corresponding CSP. Some of these classes allow CSP parameters to be specified for use with the CSP in performing cryptographic computations.
Requirements
Namespace: System.Security.Cryptography
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
CspParameters Members | System.Security.Cryptography Namespace | Cryptographic Services