Método System::Security::SecurityElement::SearchForTextOfTag

SecurityElement::SearchForTextOfTag method

Obtiene el texto interno de la etiqueta hija por nombre de etiqueta.

String System::Security::SecurityElement::SearchForTextOfTag(const String &tag)
ParámetroTipoDescripción
etiquetaconst String&Nombre de etiqueta a buscar.

ReturnValue

Text of the first tag with specified name or null if not found.

Ver también