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 RSAParameters _ ) |
C# |
---|
[ObsoleteAttribute("This class has been deprecated and will be removed. Use PublicKeyInfo class instead.", true)] public SubjectPublicKeyInfo( RSAParameters parameters ) |
Parameters
- parameters
- Type: System.Security.Cryptography..::..RSAParameters