TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mansoor Mohammed
NA
126
0
Search in GetElementsByTagName
Feb 14 2019 10:29 AM
Here is my Code below, where is need capture workds like CARD/ SSN in GetElementsByTagName
* SensitiveInfo can be any thing like card#, accountHorderCardNumber, PersonSSN or SSN#
I have TWO requirements.
1. I need a function that works like %card% and like %SSN%, in SQL
Dim strSensitiveInfo as string
Dim xml As XmlDocument = New XmlDocument()
xml.LoadXml(strReturn)
For Each ElementoProyecto As XmlElement In xml
Dim EleProyecto As XmlNodeList = ElementoProyecto.GetElementsByTagName("SensitiveInfo")
strSensitiveInfo= If((EleProyecto(0) Is Nothing), "", EleProyecto(0).InnerText)
2. I need to encrypt the value of strSensitiveInfo
Can some one plz help me out on this
Reply
Answers (
0
)
crystal report is not working in vs 2017
system disks related in wpf ui c# backend