You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for your response. I am using this in DI as transient and so
thinking if it has an IDispose pattern, the object can be cleaned.
And in situations like creating objects manually at different places, we
can clean after generating the password.
Or maybe we don't have to worry about memory leakage.
*Regards,*
*Gaurang Thakkar*
Hi, Can we have IDisposible with this
public class Password : IPassword
so it can use used with "using" pattern.
??
The text was updated successfully, but these errors were encountered: