Initializes a new instance of the Rsa class

Namespace: Spire.Doc.Fields.Shape
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Rsa(
	byte[] modulusBytes,
	byte[] exponentBytes
)
Public Sub New ( 
	modulusBytes As Byte(),
	exponentBytes As Byte()
)
public:
Rsa(
	array<unsigned char>^ modulusBytes, 
	array<unsigned char>^ exponentBytes
)
new : 
        modulusBytes : byte[] * 
        exponentBytes : byte[] -> Rsa

Parameters

modulusBytes
array<Byte>[]()[][]
exponentBytes
array<Byte>[]()[][]

See Also