Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("This class has been deprecated and will be removed. Use PublicKeyInfo class instead.", _ True)> _ Public Sub New ( _ parameters As DSAParameters _ ) |
| C# |
|---|
[ObsoleteAttribute("This class has been deprecated and will be removed. Use PublicKeyInfo class instead.", true)] public SubjectPublicKeyInfo( DSAParameters parameters ) |
Parameters
- parameters
- Type: System.Security.Cryptography..::..DSAParameters