ServiceNameElementCollection.IndexOf(ServiceNameElement) Metodo

Definizione

Il metodo IndexOf(ServiceNameElement) recupera l'indice dell'elemento di configurazione specificato in questo oggetto ServiceNameElementCollection.

public:
 int IndexOf(System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ element);
public int IndexOf (System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element);
member this.IndexOf : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement -> int
Public Function IndexOf (element As ServiceNameElement) As Integer

Parametri

element
ServiceNameElement

Istanza di ServiceNameElement di cui recuperare l'indice in questo oggetto ServiceNameElementCollection.

Restituisce

Int32

Indice dell'oggetto ServiceNameElement specificato in questo oggetto ServiceNameElementCollection.

Si applica a