A sealed configuration seam for constructing user credentials, replacing the former UserCredentialBuilder / IUserCredentialBuilder pair.
public sealed class UserCredentialSpec : IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.UserCredentialSpec()Instantiates the UserCredentialSpec class with null defaults.Build()Builds a new instance of UserCredential using the current settings.Dispose()Disposes of the held SecureString? and suppresses finalization.SetDomain(String)Sets the domain for the credential to be created.SetPassword(SecureString)Sets the password for the credential to be created.SetUsername(String)Sets the username for the credential to be created.SetUserProfileLoading(Boolean)Specifies whether to load the user profile.