AppCredentials.IsTrustedServiceUrl(String) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
IsTrustedServiceUrl is not a required part of the security model.
Hizmet URL'sinin güvenilir bir konak için olup olmadığını denetler.
[System.Obsolete("IsTrustedServiceUrl is not a required part of the security model.")]
public static bool IsTrustedServiceUrl (string serviceUrl);
[<System.Obsolete("IsTrustedServiceUrl is not a required part of the security model.")>]
static member IsTrustedServiceUrl : string -> bool
Public Shared Function IsTrustedServiceUrl (serviceUrl As String) As Boolean
Parametreler
- serviceUrl
- String
Hizmet URL'si.
Döndürülenler
Hizmet URL'sinin konağına güveniliyorsa True; Aksi takdirde false.
- Öznitelikler