Request Credentialアクティビティを使ってサイトにログインしたい

@gorby

In this System.Net.NetworkCredential first one is username and second is the pssword field…

.password will give pssword as string
.securepassword will give password as securestring

And to type the secure string we need to use secure type into activity

Cheers

Hope this helps