RsaKeyIdentifierClause.GetModulus Method

Definition

Gets the Modulus parameter for the RSA algorithm.

public:
 cli::array <System::Byte> ^ GetModulus();
public byte[] GetModulus ();
member this.GetModulus : unit -> byte[]
Public Function GetModulus () As Byte()

Returns

Byte[]

An array of Byte that contains the Modulus parameter for the RSA algorithm.

Applies to