Partilhar via


AppCredentials.TrustServiceUrl Método

Definição

Sobrecargas

TrustServiceUrl(String)
Obsoleto.

Adiciona o anfitrião do URL de serviço a MicrosoftAppCredentials anfitriões fidedignos.

TrustServiceUrl(String, DateTime)
Obsoleto.

Adiciona o anfitrião do URL de serviço a MicrosoftAppCredentials anfitriões fidedignos.

TrustServiceUrl(String)

Atenção

TrustServiceUrl is not a required part of the security model.

Adiciona o anfitrião do URL de serviço a MicrosoftAppCredentials anfitriões fidedignos.

[System.Obsolete("TrustServiceUrl is not a required part of the security model.")]
public static void TrustServiceUrl (string serviceUrl);
[<System.Obsolete("TrustServiceUrl is not a required part of the security model.")>]
static member TrustServiceUrl : string -> unit
Public Shared Sub TrustServiceUrl (serviceUrl As String)

Parâmetros

serviceUrl
String

O URL do serviço.

Atributos

Observações

Se o tempo de expiração não for fornecido, a hora de expiração será DateTime.UtcNow.AddDays(1).

Aplica-se a

TrustServiceUrl(String, DateTime)

Atenção

TrustServiceUrl is not a required part of the security model.

Adiciona o anfitrião do URL de serviço a MicrosoftAppCredentials anfitriões fidedignos.

[System.Obsolete("TrustServiceUrl is not a required part of the security model.")]
public static void TrustServiceUrl (string serviceUrl, DateTime expirationTime);
[<System.Obsolete("TrustServiceUrl is not a required part of the security model.")>]
static member TrustServiceUrl : string * DateTime -> unit
Public Shared Sub TrustServiceUrl (serviceUrl As String, expirationTime As DateTime)

Parâmetros

serviceUrl
String

O URL do serviço.

expirationTime
DateTime

O tempo de expiração após o qual este URL de serviço já não é fidedigno.

Atributos

Aplica-se a