This documentation is archived and is not being maintained.
RSAParameters.InverseQ Field
.NET Framework 1.1
Represents the InverseQ parameter for the RSA algorithm.
[Visual Basic] <NonSerialized> Public Transient InverseQ() As Byte [C#] [NonSerialized] public transient byte[] InverseQ; [C++] [NonSerialized] public: __transient unsigned char InverseQ __gc[]; [JScript] public NonSerialized transient var InverseQ : Byte[];
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
RSAParameters Structure | RSAParameters Members | System.Security.Cryptography Namespace | Cryptographic Services
Show: