Type Secure Text Activity 사용시,
반드시 Orchestrator Asset 과 연동해야 하나요?
혹시 작동 잘 되는 샘플 가지고 계시거나 설명 가능하신 분 있으시면 도와주세요.
를 참고로 해보고 있는데,
String 을 SecureString 타입으로 변환이 잘 안 됩니다.
1. Get Credential + Type Secure Text
잘 됨
2. Get Password + Assign(new System.Net.NetworkCredential(string.Empty, pwd).Password) + Type Secure Text
안 됨 (Assign 과정에서 오류 발생, Expression Editor 에서는 오류 없는 것으로 나타나지만, 밖으로 빠져 나가면 형변환 오류 발생)