Partilhar via


GatewayPublicKey Construtores

Definição

Sobrecargas

GatewayPublicKey()
GatewayPublicKey(String, String)

GatewayPublicKey()

public GatewayPublicKey ();
Public Sub New ()

Aplica-se a

GatewayPublicKey(String, String)

public GatewayPublicKey (string exponent = default, string modulus = default);
new Microsoft.PowerBI.Api.Models.GatewayPublicKey : string * string -> Microsoft.PowerBI.Api.Models.GatewayPublicKey
Public Sub New (Optional exponent As String = Nothing, Optional modulus As String = Nothing)

Parâmetros

exponent
String
modulus
String

Aplica-se a